You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurs with the firewall using the second memory user provider.
During the refresh of the user, the first memory user provider is used instead of the specified one and fail.
This results in the loss of the user token and the global login process failure.
Line 175 : the return after an unsuccessfull user loading, but for the first defined user memory provider, not the right one if it is on second or any other position.
I wonder why is there a return statement in this position ? Why not letting all the providers try to load the user ? Why not using the provider specified in the firewall if it is possible ?
I hope it's clear enought to be understandable...
Regards
The text was updated successfully, but these errors were encountered:
In the case when there are multiple memory user providers for different firewalls
An error occurs with the firewall using the second memory user provider.
During the refresh of the user, the first memory user provider is used instead of the specified one and fail.
This results in the loss of the user token and the global login process failure.
This takes place in
In the function
Line 175 : the return after an unsuccessfull user loading, but for the first defined user memory provider, not the right one if it is on second or any other position.
I wonder why is there a return statement in this position ? Why not letting all the providers try to load the user ? Why not using the provider specified in the firewall if it is possible ?
I hope it's clear enought to be understandable...
Regards
The text was updated successfully, but these errors were encountered: