-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Encode clientId and clientSecret for OpaqueTokenIntrospector
and ReactiveOpaqueTokenIntrospector
#16008
Encode clientId and clientSecret for OpaqueTokenIntrospector
and ReactiveOpaqueTokenIntrospector
#16008
Conversation
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.
@ngocnhan-tran1996 thanks for your patience while we got ready for 6.5 development. I've left my feedback inline.
...ngframework/security/oauth2/server/resource/introspection/NimbusOpaqueTokenIntrospector.java
Outdated
Show resolved
Hide resolved
...ngframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
Outdated
Show resolved
Hide resolved
9a239bc
to
c1f2f7d
Compare
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.
Thanks, @ngocnhan-tran1996! I've sent you some of my feedback, mostly about Security's code conventions. Also, if you are able, please also update the documentation to use the builder instead of the now-deprecated constructor.
...ngframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
Outdated
Show resolved
Hide resolved
...ngframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
Outdated
Show resolved
Hide resolved
...ngframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
Outdated
Show resolved
Hide resolved
...ngframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
Outdated
Show resolved
Hide resolved
...ngframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
Outdated
Show resolved
Hide resolved
...ngframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
Outdated
Show resolved
Hide resolved
b55d6be
to
116b041
Compare
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.
Thanks for the update, @ngocnhan-tran1996, and for your patience as I came back around to this PR. I've left some additional feedback inline.
Also, are you able to update the documentation here and here to use the new builder instead of the now-deprecated constructor?
...ngframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
Show resolved
Hide resolved
...ngframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
Outdated
Show resolved
Hide resolved
...ngframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
Outdated
Show resolved
Hide resolved
...ecurity/oauth2/server/resource/introspection/SpringReactiveOpaqueTokenIntrospectorTests.java
Outdated
Show resolved
Hide resolved
bda3381
to
14e71ef
Compare
Closes spring-projectsgh-15988 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3a1bc56
to
cfa1dda
Compare
Closes gh-15988