-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Update oauth2-oidc-sdk and nimbus-jose-jwt #48537
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
Conversation
Update two dependencies for our OpenID Connect realm implementation to their latest versions
|
Pinging @elastic/es-security (:Security/Security) |
|
LGTM. |
bizybot
left a comment
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.
LGTM, Thank you.
| testCompile('org.apache.kerby:kerb-util:1.1.1') | ||
| testCompile('org.apache.kerby:token-provider:1.1.1') | ||
| testCompile('com.nimbusds:nimbus-jose-jwt:4.41.2') | ||
| testCompile('com.nimbusds:nimbus-jose-jwt:8.2') |
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.
just a comment: that was huge drift 4.x to 8.x and did not break anything 👍
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.
mostly enhancements and not so many breaking changes. Plus I doubt minikdc (kerby) makes use of much from thejose-jwt package eitherway. Mostly, I was just happy it worked :D
Update two dependencies for our OpenID Connect realm implementation to their latest versions
Update two dependencies for our OpenID Connect realm implementation to their latest versions
Update two dependencies for our OpenID Connect realm implementation
to their latest versions.