- [ ] Add property
*.endpoint.device-authorization-uri- maps toAuthorizationServerSettings.getDeviceAuthorizationEndpoint() - [ ] Add property
*.endpoint.device-verification-uri- maps toAuthorizationServerSettings.getDeviceVerificationEndpoint() - [ ] Add property
*.token.device-code-time-to-live- maps toTokenSettings.getDeviceCodeTimeToLive() - [ ] Consider moving
OAuth2AuthorizationServerPropertiesup one level to*.oauth2.serverpackage to align with client and resource server auto-config
Related gh-34003
Comment From: snicoll
@jgrandja would it be possible to rephrase that in a less generic fashion? We prefer an issue to be focused on one thing at a time and a non-generic issue title is one way to enforce that.
Comment From: mbhave
I've update the title based on what I think is being requested. @jgrandja Feel free to update if that was not the intent of the issue.
Comment From: mbhave
Regarding the package for OAuth2AuthorizationServerProperties, we decided to keep things in servlet until we have a reactive package. We can move out common functionality if reactive support is added.
Comment From: sjohnr
@mbhave Can I take this one?
Comment From: mbhave
@sjohnr It's all yours!
Comment From: wilkinsona
Closing in favor of #34957. Thanks, @sjohnr!