-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Ensure Spring Security OAuth works well with Sagan #4993
Comments
@bclozel I'm circling back to this issue and wondering if you have already updated Sagan to use Spring Security's OAuth client support? |
Hey @jgrandja thanks for reaching out! We're now using the Spring Security OAuth client support, see the security config class and the github client registration. As far as I understand the only missing piece in our security arrangement would be to use Bearer tokens as an authentication mechanism for the API (see spring-attic/sagan#1025). |
Resolved as per comment. |
Summary
We should provide a pull request to Sagan to update to use the new Spring Security OAuth support. Along the way we should find any areas for improvements in Spring Security OAuth support and make them.
The text was updated successfully, but these errors were encountered: