-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endless authentication loop after log in, no errors being thrown. #75
Comments
That looping usually means that the application is generating an exception during login but the error page it is redirecting to itself is being blocked by your interceptUrlMap so it tries to login again which results in the looping behavior. Try enabling debug logging and you will see the error (and a lot of unrelated noise).
You may need to enable the opensaml package too but I usually leave it out because opensaml errors are rare for me. |
Sorry if this is a stupid question but for the code you linked, where exactly would that go? It looks like markup language. @valentingoebel |
@valentingoebel we do have some logging indicating that we are having success. Any ideas on what else could be causing an authentication loop? |
Hello, I am having an issue with an endless authentication loop after logging in. We will get redirected to the saml login page provided by our provider, we even get a two factor authentication push, and after the login it will keep looping us through that same login page. Does anyone have experience with this?
We do not get any errors. I am kind of stumped. Here is my application.yml
| Grails Version: 4.0.3
| JVM Version: 1.8.0_292
`
grails:
`
`
`
The text was updated successfully, but these errors were encountered: