diff --git a/server/auth/types/saml/routes.ts b/server/auth/types/saml/routes.ts index 52d050e87..d14d0711b 100644 --- a/server/auth/types/saml/routes.ts +++ b/server/auth/types/saml/routes.ts @@ -140,8 +140,7 @@ export class SamlAuthRoutes { const user = await this.securityClient.authenticateWithHeader( request, 'authorization', - credentials.authorization, - AuthType.SAML + credentials.authorization ); let expiryTime = Date.now() + this.config.session.ttl;