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
in my current project I implemented a proprietary single sign-on service authentication provider that logs in users automatically. If the automatism fails, I want to provide a fallback through another authentication provider ( http_basic, form_login).
I read about chaining user providers but nothing about chaining authentication providers that shares the same security context. Is it possible to do this?