-
Notifications
You must be signed in to change notification settings - Fork 50
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
fix(plugins): oidc_config_url usage and expired token fix #1346
Conversation
Code Coverage (Ubuntu)
Diff against develop
Results for commit: 343affe Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)
Diff against develop
Results for commit: 343affe Minimum allowed coverage is ♻️ This comment has been updated with latest results |
343affe
to
a3b9904
Compare
Code Coverage (Ubuntu)
Diff against develop
Results for commit: c3eab8e Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)
Diff against develop
Results for commit: c3eab8e Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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.
Please also remove realm
from conf and docs, as it is not used any more
realm and auth_base_uri removed from config and docs |
OIDCRefreshTokenBase
(OIDCAuthorizationCodeFlowAuth
andKeycloakOIDCPasswordAuth
) to useoidc_config_url
instead ofrealm
,auth_uri
andtoken_uri