diff --git a/packages/core/src/services/aws-saml-assertion-extraction-service.ts b/packages/core/src/services/aws-saml-assertion-extraction-service.ts index 6e8bf97b3..ca040cdaf 100644 --- a/packages/core/src/services/aws-saml-assertion-extraction-service.ts +++ b/packages/core/src/services/aws-saml-assertion-extraction-service.ts @@ -14,7 +14,7 @@ const authenticationUrlRegexes = new Map([ /^https:\/\/login\.okta\.com\/.*/, /^https:\/\/accounts\.google\.com\/ServiceLogin.*/, /^https:\/\/login\.microsoftonline\.com\/*.*\/oauth2\/authorize.*/, - /^https:\/\/.+\.auth0\.com\/samlp\/.+/, + /^https:\/\/.+\.auth0\.com\/u\/login\/.+/, /^https:\/\/.*[/auth]?\/realms\/.*\/protocol\/saml\/clients\/.*/, /^https:\/\/console\.jumpcloud\.com\/login.*/, /^https:\/\/accounts\.google\.com\/AccountChooser.*/,