Skip to content

Instantly share code, notes, and snippets.

@vub
Last active December 21, 2020 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vub/5bbd8ad90ba64f4f5d6781702a2256f1 to your computer and use it in GitHub Desktop.
Save vub/5bbd8ad90ba64f4f5d6781702a2256f1 to your computer and use it in GitHub Desktop.
keycloak infinity loop
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