diff --git a/server/sso/authorization_request.go b/server/sso/authorization_request.go index c8224f64a2..5e1821698c 100644 --- a/server/sso/authorization_request.go +++ b/server/sso/authorization_request.go @@ -42,8 +42,8 @@ func CreateAuthorizationRequest( } samlAuthRequest, err := samlProvider.MakeAuthenticationRequest( idpURL, - "HTTPRedirectBinding", - "HTTPPostBinding", + saml.HTTPRedirectBinding, + saml.HTTPPostBinding, ) if err != nil { return "", "", ctxerr.Wrap(ctx, err, "make auth request")