forked from mystiq/dex
commit
35f51957c0
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ type SAMLConnector interface {
|
||||||
//
|
//
|
||||||
// POSTData should encode the provided request ID in the returned serialized
|
// POSTData should encode the provided request ID in the returned serialized
|
||||||
// SAML request.
|
// SAML request.
|
||||||
POSTData(s Scopes, requestID string) (sooURL, samlRequest string, err error)
|
POSTData(s Scopes, requestID string) (ssoURL, samlRequest string, err error)
|
||||||
|
|
||||||
// HandlePOST decodes, verifies, and maps attributes from the SAML response.
|
// HandlePOST decodes, verifies, and maps attributes from the SAML response.
|
||||||
// It passes the expected value of the "InResponseTo" response field, which
|
// It passes the expected value of the "InResponseTo" response field, which
|
||||||
|
|
Loading…
Reference in a new issue