You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems Jwt is the only supported format for bearer tokens in Spring Security 5.1.+, why? Is there any plans implement a way to verify normal bearer token with userinfo endpoint or token introspect endpoint?
Actual Behavior
Cannot verify normal bearer token with userinfo endpoint or token introspect endpoint in Spring Security 5.1.+.
Expected Behavior
Provide a way to verify normal bearer token with userinfo endpoint or token introspect endpoint.
Version
Spring Security 5.1.2.RELEASE
The text was updated successfully, but these errors were encountered:
Summary
Seems Jwt is the only supported format for bearer tokens in Spring Security 5.1.+, why? Is there any plans implement a way to verify normal bearer token with userinfo endpoint or token introspect endpoint?
Actual Behavior
Cannot verify normal bearer token with userinfo endpoint or token introspect endpoint in Spring Security 5.1.+.
Expected Behavior
Provide a way to verify normal bearer token with userinfo endpoint or token introspect endpoint.
Version
Spring Security 5.1.2.RELEASE
The text was updated successfully, but these errors were encountered: