diff --git a/connector/connector.go b/connector/connector.go index c442c54af2851aa62ad1d1d349e5d3604a37ec20..edd7fa57063fca79c40fc84033cf03fd9ad0d038 100644 --- a/connector/connector.go +++ b/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