Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Closed
Description
Hi,
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?
I would be grateful for any advice.