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

feat(idp-migration): Verified one-time-key and stored key in django sessions #28775

Merged
merged 30 commits into from
Sep 30, 2021

Conversation

maxiuyuan
Copy link
Contributor

The endpoint for verifying the one time key that was sent to the user. Two endpoints added, a get for clickable link and post for copy and paste of code.

After verifying, the one-time-key will be stored in django sessions for authenticating the user with their SSO provider in a later ticket.

User will then be redirected to the login page.

RyanSkonnord and others added 10 commits September 15, 2021 16:00
When a user supplies unrecognized SSO credentials associated with an
email address for an existing user profile, offer them a chance to link
their identity to that profile instead of automatically provisioning a
new profile.

Introduce a feature flag. The feature is incomplete and will hit
unimplemented code if the flag is set.
@maxiuyuan maxiuyuan requested a review from a team as a code owner September 22, 2021 21:19
@maxiuyuan maxiuyuan marked this pull request as draft September 22, 2021 21:19
Base automatically changed from idp_verification to master September 28, 2021 17:55
@maxiuyuan maxiuyuan merged commit eadcd2b into master Sep 30, 2021
@maxiuyuan maxiuyuan deleted the idp_endpoint branch September 30, 2021 18:18
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants