Browse Source

fix ssoURL

pull/1430/head
mkontani 7 years ago committed by GitHub
parent
commit
6ae76662de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      connector/connector.go

2
connector/connector.go

@ -79,7 +79,7 @@ type SAMLConnector interface {
//
// POSTData should encode the provided request ID in the returned serialized
// 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.
// It passes the expected value of the "InResponseTo" response field, which

Loading…
Cancel
Save