From 6ae76662def3235b0d6aa7421e7f78a62e2ee248 Mon Sep 17 00:00:00 2001 From: mkontani Date: Sat, 20 Apr 2019 21:12:01 +0900 Subject: [PATCH] fix ssoURL --- connector/connector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/connector.go b/connector/connector.go index c442c54a..edd7fa57 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