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

Login route does not use auth provider route if social core SAML is used #1464

Closed
lampwins opened this issue Mar 8, 2022 · 0 comments · Fixed by #2005
Closed

Login route does not use auth provider route if social core SAML is used #1464

lampwins opened this issue Mar 8, 2022 · 0 comments · Fixed by #2005
Assignees
Labels
type: bug Something isn't working as expected

Comments

@lampwins
Copy link
Member

lampwins commented Mar 8, 2022

Environment

  • Python version: 3.8
  • Nautobot version: 1.2.7

Steps to Reproduce

  1. Configure social core to use an organizational internal SAML provider
  2. As an unauthenticated user, try to directly access a page that requires authentication (other than the home page)

Expected Behavior

I expect to be automatically redirected to the remote auth page via /login/saml/

Observed Behavior

I am directed to /login/ which is the local auth endpoint, so the user is prompted for username and password, but these are local credentials and thus do not work.

@glennmatthews glennmatthews added type: bug Something isn't working as expected workflow: under review labels Mar 8, 2022
@HanlinMiao HanlinMiao self-assigned this Jun 10, 2022
@timizuoebideri1 timizuoebideri1 self-assigned this Jul 6, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working as expected
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants