Skip to content

Support Device Authorization Response #12852

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
sjohnr opened this issue Mar 8, 2023 · 0 comments
Closed

Support Device Authorization Response #12852

sjohnr opened this issue Mar 8, 2023 · 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

@sjohnr
Copy link
Contributor

sjohnr commented Mar 8, 2023

Add basic support for OAuth 2.0 Device Authorization Grant in oauth2-core, including:

  • Parameter names in OAuth2ParameterNames
  • Classes for device code and user code that extend AbstractOAuth2Token
  • HttpMessageConverter for Device Authorization Response
  • New AuthorizationGrantType constant for urn:ietf:params:oauth:grant-type:device_code

Issue spring-projects/spring-authorization-server#44

@sjohnr sjohnr added type: enhancement A general enhancement in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) labels Mar 8, 2023
@sjohnr sjohnr added this to the 6.1.0-M2 milestone Mar 8, 2023
@sjohnr sjohnr self-assigned this Mar 8, 2023
sjohnr pushed a commit to sjohnr/spring-security that referenced this issue Mar 8, 2023
@sjohnr sjohnr closed this as completed in 8c17b97 Mar 8, 2023
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.

1 participant