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(auth): HostedUI oidc signout #13512

Merged
merged 38 commits into from
Sep 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c45bdfd
chore(auth): add oauth metadata into token orchestrator (#13712) (#13…
israx Aug 20, 2024
40d0b21
wip: hardcode signout uri for poc
Samaritan1011001 May 9, 2024
a6c710c
chore: expose the prefferedRedirectSignOutUrl
Samaritan1011001 May 13, 2024
6207d8d
chore: add prefered url change to native file
Samaritan1011001 May 13, 2024
1f043fd
chore: correct param name
Samaritan1011001 May 13, 2024
49eec47
chore: update getRedirectUrl function to consider preferred url
Samaritan1011001 Jun 11, 2024
4c47c15
chore: add unit test for the feature
Samaritan1011001 Jun 17, 2024
cbec22f
chore: update input type to use the accepted format
Samaritan1011001 Jun 18, 2024
932cfbb
chore: review comments
Samaritan1011001 Jun 25, 2024
569da99
fix: address npm audit issues
Samaritan1011001 Jul 11, 2024
1d1167a
chore: update comments, bundle size and rn version
Samaritan1011001 Jul 18, 2024
328b2d2
chore: update bundle size limit
Samaritan1011001 Jul 18, 2024
e08b285
chore: update bundle size limit
Samaritan1011001 Jul 18, 2024
b0983f7
chore: address coments and rename a param to getRedirecturl funciton
Samaritan1011001 Jul 23, 2024
2aaabf1
chore: make preid release ready
Samaritan1011001 Jul 24, 2024
567cccf
chore: update yarn.lock
Samaritan1011001 Jul 24, 2024
17fa0fc
chore: add test and update push-integ branch
Samaritan1011001 Jul 29, 2024
3caf098
chore: revert preid release updates
Samaritan1011001 Jul 29, 2024
8be0c43
chore: update sample name
Samaritan1011001 Jul 29, 2024
6237797
chore: enable react native tests with localhost server
Samaritan1011001 Aug 21, 2024
e29b60c
Merge branch 'feat/hosted-ui-sign-out' into fix/redirect-rn
Samaritan1011001 Aug 21, 2024
01fbba6
chore: enable subdomain test
Samaritan1011001 Aug 21, 2024
a0a6644
chore: update some function calls in tests
Samaritan1011001 Aug 21, 2024
1238421
chore: minor reverts
Samaritan1011001 Aug 21, 2024
05e4536
fix: unit tests fail on mehtod params
Samaritan1011001 Aug 22, 2024
64dc9d9
chore: revert ppush branch
Samaritan1011001 Aug 22, 2024
31328b7
Merge branch 'main' into fix/redirect-rn
Samaritan1011001 Aug 22, 2024
8b0c176
chore: remove subdomain test rdundant
Samaritan1011001 Aug 22, 2024
2ba5466
chore: upadte step name
Samaritan1011001 Aug 23, 2024
e2966dc
Merge branch 'main' into fix/redirect-rn
Samaritan1011001 Aug 29, 2024
e41ec5a
chore: reflect API changes and clean up
Samaritan1011001 Aug 29, 2024
ea55b87
chore: revert unintented change glob
Samaritan1011001 Aug 29, 2024
4cf5652
chore: bundle size minor adjustments
Samaritan1011001 Aug 29, 2024
a0b55d3
chore: move localhost page hosting to RN script in the app
Samaritan1011001 Aug 29, 2024
611aa61
chore: revert unintended change
Samaritan1011001 Aug 30, 2024
4ed8f7d
Merge branch 'main' into fix/redirect-rn
AllanZhengYP Sep 3, 2024
26a4920
chore: revert branch name for integ test
Samaritan1011001 Sep 3, 2024
f728aa4
Merge branch 'main' into fix/redirect-rn
Samaritan1011001 Sep 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: revert branch name for integ test
Samaritan1011001 committed Sep 3, 2024
commit 26a49207a96348a19ce7a4313a800641259f33aa
2 changes: 1 addition & 1 deletion .github/workflows/push-integ-test.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ concurrency:
on:
push:
branches:
- fix/redirect-rn
- replace-with-your-branch

jobs:
e2e:
Loading