-
Notifications
You must be signed in to change notification settings - Fork 65
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
Context lost during account registration #3899
Comments
@ajrbyers you mentioned this week that OIDC requires a next URL, which is why one is provided here: Can you say why it sends people to the site index, rather than the dashboard, which is where the other login pathways end? |
It can be altered to go to the dashboard if prefered. |
User story
As a prospective library supporter, I might fill out the subsidy fee calculator to check my fee, then click start signup, where I will then be asked to log in (for email verification and spam blocking).
But after I finish the account signup process, I am not brought back to the supporter signup page, and I'm not given an explanation for why. This means I will have to realize what has happened, relocate the signup page and refill in my info from the calculator page that would otherwise be carried through with GET params.
Janeway version
1.5.1
Expected behavior
Scenario: I try to access a page that requires a login and I am redirected.
Context
We do not fully implement the Django authentication system. If we did, managing this would be a lot easier. But we want to maintain our own sets of views so that we can support ORCID authentication.
The text was updated successfully, but these errors were encountered: