We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since I use this bundle (which is working fine), switch_user is not working, I got an error ERR_TOO_MANY_REDIRECTS.
My configuration :
firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false secured_area: switch_user: true light_saml_sp: provider: db_provider login_path: /saml/login check_path: /saml/login_check failure_handler: auth_fail success_handler: login_handler logout: path: lightsaml_sp.logout target: / invalidate_session: false anonymous: ~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since I use this bundle (which is working fine), switch_user is not working, I got an error ERR_TOO_MANY_REDIRECTS.
My configuration :
The text was updated successfully, but these errors were encountered: