Skip to content

Provide support for authorization_code grant #4928

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

Closed
jgrandja opened this issue Dec 22, 2017 · 0 comments
Closed

Provide support for authorization_code grant #4928

jgrandja opened this issue Dec 22, 2017 · 0 comments
Assignees
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
Milestone

Comments

@jgrandja
Copy link
Contributor

The OAuth 2.0 Login feature is implemented using the authorization_code grant with the addition of fetching the UserInfo resource after the flow is complete.

We should also provide support for the authorization_code grant as defined by OAuth 2.0 so clients are able to obtain access token(s) without having to use OAuth 2.0 Login.

@jgrandja jgrandja added New Feature in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) labels Dec 22, 2017
@jgrandja jgrandja added this to the 5.1.0.M1 milestone Dec 22, 2017
@jgrandja jgrandja self-assigned this Dec 22, 2017
jzheaux pushed a commit to jzheaux/spring-security that referenced this issue Mar 6, 2018
@jgrandja jgrandja reopened this Mar 6, 2018
jzheaux pushed a commit to jzheaux/spring-security that referenced this issue Mar 6, 2018
jgrandja added a commit to jgrandja/spring-security that referenced this issue Mar 28, 2018
@rwinch rwinch added the type: enhancement A general enhancement label May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants