-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fusionauth does not display the provider associated with an application when the following error occurs io.fusionauth.api.service.cache.DistributedCacheNotifier - Cache reload request failed #2978
Comments
After restart,
|
Under audit log we have identified the IdP that cause the error
We done a chrome test with HAR export to check the cookies, and see that the provider add a ; at the end of a cookie
this is exactly the same issue than here inversoft/restify#11 (comment) It's not acceptable for fusionauth to completely block its operation because only one supplier returns a cookie with a semicolon at the end of the value. We've already proposed a pull request here inversoft/restify#12 for more secure library behavior |
Fusionauth does not display the provider associated with an application when the following error occurs io.fusionauth.api.service.cache.DistributedCacheNotifier - Cache reload request failed
Description
A clear and concise description of what the bug is.
we see the following error on pod, each time we try to update any provider
Observed versions
1.53.3
Affects versions
.
Steps to reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: