-
Notifications
You must be signed in to change notification settings - Fork 888
feat: add ability for users to convert their password login type to oauth/github login #8105
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
ba42c17
WIP: working on ability to merge oidc with password auth account
Emyrk a746952
Fix displaying error on login page
Emyrk bd93ef9
add migration to add a table for tracking oidc state
Emyrk b2c9496
Merge remote-tracking branch 'origin/main' into stevenmasley/merge_oi…
Emyrk 0078629
WIP: add full functionality, but block the upgrade
Emyrk fc19a8a
Functionality is working, need to polish and write tests. Currently d…
Emyrk 31a7e78
Begin refactoring to rename and make consistent
Emyrk 069d689
Add dbfakes, delete mergestates, and implement the convert
Emyrk 6d6a46e
Add flag to enable this feature
Emyrk a4961b9
Add unit test
Emyrk ab94b85
Add FE unit test for audit logS
Emyrk 8390fb8
Conditionally show account setting
Emyrk 9027c2a
Merge remote-tracking branch 'origin/main' into stevenmasley/merge_oi…
Emyrk b082e49
Make gen
Emyrk ecf3789
Linting
Emyrk 95ff11a
Remove test lint
Emyrk 6e69f90
Bump migration number
Emyrk 8c2fc33
Swagger annotations
Emyrk cf19d8c
Swagger annotations
Emyrk 6947021
golden file update
Emyrk 27bf518
Add format tags
Emyrk 3c8ee52
Fix audit log mistake
Emyrk b4bfc29
Merge remote-tracking branch 'origin/main' into stevenmasley/merge_oi…
Emyrk bc506c1
Make gen
Emyrk 4ea859c
Fix audit log on login failure
Emyrk 847dc64
fixup! Fix audit log on login failure
Emyrk 59e8924
Bump migration
Emyrk 368fa2b
Make gen and add test fixtures
Emyrk 9cfb69c
Add from_login_type
Emyrk ddabcf7
Extract oauth convert into a helper function
Emyrk 57b3605
chore: add boolean to auth methods to know if the deployment supports…
Emyrk 7aedfbc
Merge remote-tracking branch 'origin/main' into stevenmasley/merge_oi…
Emyrk 2be844f
Add back missing code from merge
Emyrk fde4908
Linting
Emyrk 810e996
Fix merge error
Emyrk f3bce86
Move error message to route
Emyrk a2510a2
Rename state_string to state
Emyrk 48db46c
Fix js unit tests
Emyrk c2aea70
Fix migration fixture
Emyrk 6294fb5
feat(site): add change OIDC UI (#8182)
BrunoQuaresma 68977f5
create a new route for user login type
Emyrk c8905b6
New route for login type
Emyrk 6ae96c9
Switch state from being stored in the db to a jwt in a cookie
Emyrk 28d2aa9
Fix audit logging changes
Emyrk 92c50cf
Fix audit logs
Emyrk 48f6d30
Linting
Emyrk af411be
Include mock of new api route
Emyrk 1f2aef9
Do not double commit audit logs
Emyrk 1260546
fmt
Emyrk 31f48a2
Fix js mock rest endpoint
Emyrk 6d7a63f
Merge remote-tracking branch 'origin/main' into stevenmasley/merge_oi…
Emyrk fa76cde
Bump migration
Emyrk e670557
Make gen
Emyrk 949e687
PR feedback
Emyrk 28e1156
Merge remote-tracking branch 'origin/main' into stevenmasley/merge_oi…
Emyrk 4cee518
Linting
Emyrk 159f12c
Rename Oauth
Emyrk c9b8fe6
PR Feedback
Emyrk 2ffe5db
Swagger fix
Emyrk b6d7de5
Make experiment for better tracking
Emyrk e8d7ec9
experiment make gen
Emyrk d67e0c7
Update golden files
Emyrk b124ff4
mock convert endpoint
Emyrk f393e44
Mock the redirect
Emyrk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add unit test
- Loading branch information
commit a4961b9dba17ff62da03f8465f2e29b00007f4e6
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flag is hidden, so this feature is not enabled by default, and cannot be discovered yet.