Skip to content
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

spring-security-oauth2-resource-server, spring-security-oauth2-client and spring-webflux should be optional dependencies #192

Closed
ch4mpy opened this issue Mar 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ch4mpy
Copy link
Owner

ch4mpy commented Mar 8, 2024

Describe the bug
As pointed out by @rgambelli in this question, applications always are detected as being resource servers by spring-addons-starter-oidc.

This is because spring-security-oauth2-resource-server always is on the classpath when spring-addons-starter-oidc is.

Expected behavior
spring-security-oauth2-resource-server (as well as spring-security-oauth2-client and spring-webflux) should be on the classpath only if the app using spring-addons-starter-oidc asks for it

@ch4mpy ch4mpy added the bug Something isn't working label Mar 8, 2024
@ch4mpy ch4mpy self-assigned this Mar 8, 2024
@ch4mpy
Copy link
Owner Author

ch4mpy commented Mar 9, 2024

Fixed in 7.6.5

@ch4mpy ch4mpy closed this as completed Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant