Keycloak Support - #660
Open
jyutzler wants to merge 2052 commits into
Open
Conversation
Add missing env variables.
Change to windows-latest build host.
Set 7z archive to type zip
swagger file fixes
Issue 637
Security fixes
Security fixes
3.0.2 release
Author
|
Please delay this. I'm not happy in how it handles logout and am working on a fix. It is possible that I will replace this with a different PR. At least you know that I'm working on something. |
- routes to /catalog, not /catalog/index.html - logout now logs out of Keycloak too - new option to allow local authorization
Author
|
OK, I feel much better about this version. There is now an additional configuration option that my customer is keen on: being able to authorize through the application and letting Keycloak simply handle the authentication. I left the individual commits there, but I recommend squashing if you choose to merge this. |
This file contains hidden or 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
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.
I think I have it pretty turnkey. There is an XML file with a bunch of parameters from Keycloak. You can authenticate through the catalog client or through Keycloak, depending on the presence or absence of keycloakAuthUrl. If you authenticate through Keycloak, then there is a redirect mechanism that reloads the application and picks up that you're logged in.