Skip to content
Discussion options

You must be logged in to vote

If both spring-boot-starter-oauth2-resource-server and spring-addons-starter-oidc are on the classpath, then an oauth2ResourceServer filter chain with lowest precedence and no security-matcher should be exposed. It is used only if no other filter chain with higher precedence intercepts the request. Here, the "client" filter chain won't, but if you defined a filter chain yourself (or activated Spring Boot one), then maybe the oauth2ResourceServer filter chain by spring-addons is never reached.

Please add the code for any Java configuration you have. Is your project source accessible somewhere?

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@waltersve
Comment options

@ch4mpy
Comment options

Answer selected by ch4mpy
@waltersve
Comment options

Comment options

You must be logged in to vote
2 replies
@waltersve
Comment options

@ch4mpy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants