Skip to content

Commit

Permalink
fix: change the authentication URL regexp for Auth0 provider (#475)
Browse files Browse the repository at this point in the history
Signed-off-by: Massimo Maino <[email protected]>
Co-authored-by: Massimo Maino <[email protected]>
  • Loading branch information
maintux and maintux-qa authored Oct 5, 2023
1 parent 8beaa1f commit a8b4e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.*/,
Expand Down

0 comments on commit a8b4e35

Please sign in to comment.