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
Since oauth2resourceserver-multitenancy generates an AuthenticationManagerResolver, it should handle any of its own JwtDecoder or OpaqueTokenIntrospector instances.
As such, the application properties should be changed so as to not trigger Boot's autoconfiguration of these beans.
The text was updated successfully, but these errors were encountered:
jzheaux
changed the title
Resource Server Multi-tenancy Sample Should Not Generate Auto-generate JwtDecoder
Resource Server Multi-tenancy Sample Should Manage Its Own Jwt Decoder
Aug 17, 2019
Since
oauth2resourceserver-multitenancy
generates anAuthenticationManagerResolver
, it should handle any of its ownJwtDecoder
orOpaqueTokenIntrospector
instances.As such, the application properties should be changed so as to not trigger Boot's autoconfiguration of these beans.
The text was updated successfully, but these errors were encountered: