-
Notifications
You must be signed in to change notification settings - Fork 3
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
HP-1361 Feat/keycloak external OIDC #77
Merged
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
30b8bb3
adding keycloak idp auth url
MichaelLukowski 44038b7
update keycloak idp if statement
MichaelLukowski 9ea986b
fix link and debug statment
MichaelLukowski b2c3811
config changes for keycloak
MichaelLukowski b664f46
fix python syntax
MichaelLukowski f781b33
scope changes for keycloak
MichaelLukowski 4e30fd5
adding debug statement for refresh
MichaelLukowski 8a0903d
ensure oidc configure correctly
MichaelLukowski 8f68e0f
udpate keycloak token url
MichaelLukowski accc308
update format for token exchange urls
MichaelLukowski bc3699b
change keycloak scope
MichaelLukowski 83d4ed4
update keycloak token fetch
MichaelLukowski 55c8b15
typo fix
MichaelLukowski 61a2c06
change auth grant_type for keycloak
MichaelLukowski eed8251
another change to token fetching
MichaelLukowski 8aa2f89
adding debug for authorization url
MichaelLukowski 9f7c60c
fix debug statement
MichaelLukowski 7f3315d
fix realms typo
MichaelLukowski f42074f
add loging statement for tokens that are not from fence:
MichaelLukowski c4fe619
expiration for keycloak
MichaelLukowski bf3bc7a
change keycloak expiration
MichaelLukowski 2d47904
remove most debug statements and clean up
MichaelLukowski 4016e94
update api setup for keycloak
MichaelLukowski 4c22cd3
adding debug statements
MichaelLukowski f332c15
debug oidc auth url
MichaelLukowski e487c06
fix keycloak urls
MichaelLukowski cafb326
keycloak auth url
MichaelLukowski 11fef27
fix scope
MichaelLukowski d7e77e4
update readme
MichaelLukowski 531ffb8
clean up comments
MichaelLukowski 162751d
update external oidc check
MichaelLukowski 991d181
debug oauth client
MichaelLukowski 606c255
new token username parsing
MichaelLukowski 585ab75
fix oidc client metadata
MichaelLukowski 53a6fd7
change config and added debug
MichaelLukowski f473e11
update urls to use urljoin
MichaelLukowski ce109ac
address PR comments
MichaelLukowski a78b851
update config tests
MichaelLukowski 090643e
update tests for new config
MichaelLukowski 96704c6
Fix aggregate tests
paulineribeyre eb5876a
Fix to support aggregate tests' anonymous requests
paulineribeyre 4a078e4
link ticket
paulineribeyre 28d165c
update readme for username
MichaelLukowski d0e1a61
Update README.md
paulineribeyre 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
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.
it displays as a single paragraph, we need to either add newlines to display multiple paragraphs or add periods to separate the sentences:
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.