Skip to content
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

Redirect after login using Symfony 3 config #90

Open
MuamarAli opened this issue May 22, 2020 · 0 comments
Open

Redirect after login using Symfony 3 config #90

MuamarAli opened this issue May 22, 2020 · 0 comments

Comments

@MuamarAli
Copy link

MuamarAli commented May 22, 2020

Hello, good day everyone.

Is it normal that I can't redirect after Logged in Saml Login using the Symfony configuration?

`light_saml_sp:

            provider: database_users
            user_creator: user_creator
            login_path: /saml/login
            check_path: /saml/login_check
            default_target_path: saml_checking
            always_use_default_target_path: true
            require_previous_session: true

`

As you can see, I set route for the default_target_path But doesnt redirect to the route.
Is it normal? or no?
Or i have to need to update my IDP for the redirection after login?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant