-
Notifications
You must be signed in to change notification settings - Fork 6k
Consider moving CommonOAuth2Provider
to Spring Security
#4597
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
Comments
Even if |
@jgrandja Yeah, and still think it makes sense to have those default in Spring Security in case users want them without Spring Boot. I'm just don't think we should use the property name format from Boot (in case we want to evolve it). |
Related #4598 |
@philwebb I'll take care of this at some point next week. |
Thanks for the contribution @philwebb ! Much nicer approach vs. properties file. This is now in master. |
Instead of using
spring-security-oauth2-client-templates.properties
for common provider defaults, we updated the auto-config in Boot to use this. This seems like it could live in Spring Security instead of the properties file.The text was updated successfully, but these errors were encountered: