-
Notifications
You must be signed in to change notification settings - Fork 2
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
RA - Error on invalid token #418
Comments
Foutmelding voor upgrade (Peter Havekes - Sep 6, 2024) |
Foutmelding na uiograde |
I scoped this out. The SAML bundle Authentication FailureHandler ( It now returns a Http Response object containing te html described in the bug report. What might help in fixing this issue is to create a custom FailureHandler that reproduces the previous behavior. And that returns a (Redirect)Response to the regular error route. (Michiel Kodde - Sep 11, 2024) |
I'm having trouble reproducing this. I also tried running my local checkout in prod mode, but the result is the same. But, now I see, based on the timestamps, that @michielkodde has probably already fixed this: 319e682 I even reviewed it #332 🙈 (Johan Kromhout - Oct 31, 2024) |
This was already solved in 319e682 |
This issue is imported from pivotal - Originaly created at Sep 6, 2024 by Peter Havekes
When the user has no token with a sufficient level to enter the RA portal, the error
"Error - Not authorised to sign in
You are not authorised to sign in"
was shown. After the php8 update the error displayed is :
Authentication failure: An authentication exception occurred.: "Failed SAMLResponse parsing"
The text was updated successfully, but these errors were encountered: