-
Notifications
You must be signed in to change notification settings - Fork 976
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: return to oauth flow after switching from login to other flows (#…
…3212) * feat: return to oauth flow after switching from login to other flows * feat(e2e): flows should have return_to set to hydra request_url * u * fix: override return_to URL on OAuth flows * style: format * fix: TestOAuth2Provider * feat: config to opt into using OAuth request url as return_to * chore: cleanup * fix(e2e): oauth2 login flow switching to recovery * feat(test): oauth2 login flow to recovery through oidc provider * fix(e2e): oidc-provider registration * chore: rename `oauth2_provider.return_to_enabled` to `oauth2_provider.override_return_to` * style: format * chore: nit config description Co-authored-by: Jonas Hungershausen <[email protected]> --------- Co-authored-by: Jonas Hungershausen <[email protected]>
- Loading branch information
1 parent
45485c3
commit a1fea6c
Showing
14 changed files
with
318 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ oauth2_provider: | |
url: https://oauth2_provider/ | ||
headers: | ||
Authorization: Basic | ||
override_return_to: true |
This file contains 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 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 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 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 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
Oops, something went wrong.