Skip to content

Add properties to support device grant with Spring Authorization Server #34957

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
wants to merge 1 commit into from

Conversation

sjohnr
Copy link

@sjohnr sjohnr commented Apr 12, 2023

Adds the following properties under spring.security.oauth2.authorizationserver.client.[registration-id]:

  • endpoint.device-authorization-uri
  • endpoint.device-verification-uri
  • token.device-code-time-to-live

Closes gh-34843

CC: @mbhave

This commit adds the following properties under
spring.security.oauth2.authorizationserver.client.[registration-id]:

* endpoint.device-authorization-uri
* endpoint.device-verification-uri
* token.device-code-time-to-live

Closes spring-projectsgh-34843
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 12, 2023
@wilkinsona wilkinsona added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 13, 2023
@wilkinsona wilkinsona added this to the 3.1.x milestone Apr 13, 2023
@wilkinsona wilkinsona self-assigned this Apr 18, 2023
@wilkinsona wilkinsona modified the milestones: 3.1.x, 3.1.0-RC1 Apr 18, 2023
wilkinsona pushed a commit that referenced this pull request Apr 18, 2023
This commit adds the following properties under
spring.security.oauth2.authorizationserver.client.[registration-id]:

* endpoint.device-authorization-uri
* endpoint.device-verification-uri
* token.device-code-time-to-live

See gh-34957
wilkinsona added a commit that referenced this pull request Apr 18, 2023
@sjohnr sjohnr deleted the gh-34843 branch April 25, 2023 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add properties to support device grant with Spring Authorization Server
3 participants