-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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(auth): HostedUI oidc signout #13512
Merged
Merged
Conversation
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
cshfang
reviewed
Jun 18, 2024
packages/auth/src/providers/cognito/utils/oauth/getRedirectUrl.ts
Outdated
Show resolved
Hide resolved
packages/auth/src/providers/cognito/utils/oauth/getRedirectUrl.native.ts
Outdated
Show resolved
Hide resolved
israx
reviewed
Jun 20, 2024
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.
Thanks Manoj. Left a couple of comments
packages/auth/__tests__/providers/cognito/utils/oauth/getRedirectUrl.native.test.ts
Outdated
Show resolved
Hide resolved
packages/auth/__tests__/providers/cognito/utils/oauth/getRedirectUrl.native.test.ts
Outdated
Show resolved
Hide resolved
packages/auth/src/providers/cognito/utils/oauth/getRedirectUrl.native.ts
Outdated
Show resolved
Hide resolved
packages/auth/src/providers/cognito/utils/oauth/getRedirectUrl.native.ts
Outdated
Show resolved
Hide resolved
packages/auth/src/providers/cognito/utils/oauth/getRedirectUrl.ts
Outdated
Show resolved
Hide resolved
Samaritan1011001
force-pushed
the
fix/redirect-rn
branch
from
June 25, 2024 01:33
43347e2
to
aa1f810
Compare
Samaritan1011001
force-pushed
the
fix/redirect-rn
branch
from
July 18, 2024 20:57
179cfc9
to
eadb635
Compare
Samaritan1011001
requested review from
ukhan-amazon,
haverchuck,
jimblanc,
HuiSF and
a team
as code owners
July 18, 2024 21:58
HuiSF
reviewed
Jul 19, 2024
packages/auth/src/providers/cognito/utils/oauth/getRedirectUrl.ts
Outdated
Show resolved
Hide resolved
packages/auth/src/providers/cognito/utils/oauth/getRedirectUrl.native.ts
Outdated
Show resolved
Hide resolved
packages/auth/__tests__/providers/cognito/utils/oauth/getRedirectUrl.test.ts
Outdated
Show resolved
Hide resolved
packages/auth/__tests__/providers/cognito/utils/oauth/getRedirectUrl.test.ts
Outdated
Show resolved
Hide resolved
packages/auth/__tests__/providers/cognito/utils/oauth/getRedirectUrl.test.ts
Outdated
Show resolved
Hide resolved
israx
reviewed
Jul 22, 2024
Samaritan1011001
force-pushed
the
fix/redirect-rn
branch
2 times, most recently
from
July 24, 2024 20:21
1207e4f
to
2d0d7c9
Compare
HuiSF
reviewed
Aug 30, 2024
packages/auth/src/providers/cognito/utils/oauth/handleOAuthSignOut.native.ts
Show resolved
Hide resolved
HuiSF
previously approved these changes
Aug 30, 2024
israx
previously approved these changes
Aug 30, 2024
cshfang
previously approved these changes
Aug 30, 2024
Samaritan1011001
dismissed stale reviews from israx, HuiSF, and cshfang
via
September 3, 2024 19:23
26a4920
jimblanc
approved these changes
Sep 3, 2024
HuiSF
approved these changes
Sep 3, 2024
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of changes
Updates the signOut API to allow customers to provide which redirect url to use enabling sign out of users from both Cognito Hosted UI and the upstream OIDC provider.
Issue #, if available
Description of how you validated changes
Sample app with HostedUI setup with Auth0 as the OIDC provider.
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.