Unverified Commit 35f51957 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #1430 from mkontani/fix/typo

fix typo
parents 06ec3810 6ae76662
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment