We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature idea.
Remove keycloak dependency and replace that with a generic OIDC library.
Describe the solution you'd like
As above create a new AccessTokenProvider incorporating a generic OIDC library that would replace the KeycloakAccessProvider .
AccessTokenProvider
KeycloakAccessProvider
Additional information n/a
The text was updated successfully, but these errors were encountered:
Isn't keycloack client a generic OIDC client, or am I missing something here ??
Sorry, something went wrong.
Mmmh good point @barreiro , I did not consider that the Keycloak client here could work as generic OIDC client 💡
Worth to investigate deeper, because if that works no further changes are required
No branches or pull requests
Feature idea.
Remove keycloak dependency and replace that with a generic OIDC library.
Describe the solution you'd like
As above create a new
AccessTokenProvider
incorporating a generic OIDC library that would replace theKeycloakAccessProvider
.Additional information
n/a
The text was updated successfully, but these errors were encountered: