-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Epic: Add Client Credentials Grant sample #19
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
Is this a Spring Boot or Authorization Server sample? |
According to https://tools.ietf.org/html/rfc6749#section-2.3.1 authentication can be done via
What is the plan here? Will just option 1 be implemented? Supporting both options would be more complicated as a simple basic auth filter will not work here. |
@andifalk We'll start with HTTP Basic but we'll definitely need a strategy that will allow for other authentication mechanisms. Let's start simple and build from there. |
@jgrandja If I can help for this implementation let me know :) |
This epic groups all the issues that will deliver a Spring Boot sample realizing the
client_credentials
grant flow.Please review the Client Credentials Grant to gain an understanding of the flow.
The text was updated successfully, but these errors were encountered: