Skip to content
Snippets Groups Projects
Unverified Commit 6ae76662 authored by mkontani's avatar mkontani Committed by GitHub
Browse files

fix ssoURL

parent 60f47c42
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment