-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
OIDC: refresh tokens #3764
Merged
Merged
OIDC: refresh tokens #3764
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
574dd36
very messy poc
0a00677
Merge branch 'develop' into kerry/token-refresh-poc
3cc1bcd
iterate
8580e39
Merge branch 'develop' into kerry/token-refresh-poc
8fe0ea7
more types and use tokenRefreshFunction
fef4024
Merge branch 'develop' into kerry/token-refresh-poc
5db66c6
Merge branch 'develop' into kerry/token-refresh-poc
3d7afcf
working refresh without persistence
17bd9b4
tidy
0299230
add claims to completeauhtorizationcodegrant response
05611aa
export tokenrefresher from matrix
f534fe2
add idtokenclaims
2a09a57
add claims to completeauhtorizationcodegrant response
5b95180
Merge branch 'kerry/25392/persist-oidc-token-claims' into kerry/token…
c87347b
Merge branch 'develop' into kerry/token-refresh-poc
b4dec80
only one token refresh attempt at a time
a3bb5fe
tests
2c6eafa
comments
97c0f71
add tokenRefresher class
f499c9e
export generateScope
4879f94
export oidc from matrix
47d8c26
Merge branch 'kerry/25839/token-refresher-class' into kerry/token-ref…
90c19a1
test refreshtoken
85b0591
Merge branch 'develop' into kerry/token-refresh-poc
f5168ee
mark experimental
71aa637
Merge branch 'develop' into kerry/25839/token-refresher-class
8d146ae
add getRefreshToken to client
06b00a2
Apply suggestions from code review
c0ec887
remove some vars in test
cc62fac
make TokenRefresher un-abstract, comments and improvements
fe439c4
Merge branch 'kerry/25839/token-refresher-class' into kerry/token-ref…
43070f9
remove invalid jsdoc
0c46425
Merge branch 'develop' into kerry/25839/token-refresher-class
7feed0f
Merge branch 'kerry/25839/token-refresher-class' into kerry/token-ref…
4b1b5ef
Update src/oidc/tokenRefresher.ts
ac1a44b
Code review improvements
df8df67
Merge branch 'develop' into kerry/25839/token-refresher-class
71f2f3f
Merge branch 'develop' into kerry/token-refresh-poc
5a70f65
fix verification integ tests
25be4bb
remove unused type from props
445315d
fix incomplete mock fn in fetch.spec
c1268a8
Merge branch 'develop' into kerry/25839/token-refresher-class
2c2f0fb
document TokenRefreshFunction
3b02431
Merge branch 'develop' into kerry/token-refresh-poc
f0271fd
Merge branch 'kerry/25839/token-refresher-class' into kerry/token-ref…
482e77a
comments
dd26ac1
Merge branch 'develop' into kerry/token-refresh-poc
dc3cf01
tidying
55cdda4
Merge branch 'develop' into kerry/token-refresh-poc
0a17770
update for injected logger
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
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
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.
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.
This was not true before these changes, just tidying up.