Last active
December 21, 2020 04:09
-
-
Save vub/5bbd8ad90ba64f4f5d6781702a2256f1 to your computer and use it in GitHub Desktop.
keycloak infinity loop
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
For those have issue "Infinity loop" while run front-end locally in Chrome or new Egde development. Try to do following steps: | |
``` | |
Access chrome://flags/ or edge://flags/ | |
_> Searching for : SameSite by default cookies | |
_> Select Disable | |
_> Reset browser | |
``` | |
This is issue relate to New default SameSite configuration of Chrome and not affect in test or production environment ( because these site is same site with auth keycloak server ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment