Created
February 8, 2020 11:55
-
-
Save FGRibreau/22208e7c041bbfd08e5d8f1f0c1074c4 to your computer and use it in GitHub Desktop.
Minimal Keycloak route patterns to keep open (whitelist)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/auth/realms/<realm>/protocol/openid-connect/token | |
/auth/realms/<realm>/protocol/openid-connect/logout | |
/auth/realms/<realm>/protocol/openid-connect/auth | |
/auth/realms/<realm>/login-actions/first-broker-login | |
/auth/realms/<realm>/broker/after-first-broker-login |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment