You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior
There is no way to configure interval with default implementation of DeviceAuthorizationEndpointFilter. Interval is not being configured in any way (set to 0 by default) and is later omitted from the response
Context
Due to this users have to provide their own implementation of DeviceAuthorizationEndpointFilter or OAuth2DeviceAuthorizationResponseHttpMessageConverter or custom AuthenticationSuccessHandler in DeviceAuthorizationEndpointFilter to make interval configurable
The text was updated successfully, but these errors were encountered:
Expected Behavior
interval
should be configurable in Device Authorization ResponseCurrent Behavior
There is no way to configure interval with default implementation of DeviceAuthorizationEndpointFilter. Interval is not being configured in any way (set to 0 by default) and is later omitted from the response
Context
Due to this users have to provide their own implementation of
DeviceAuthorizationEndpointFilter
orOAuth2DeviceAuthorizationResponseHttpMessageConverter
or customAuthenticationSuccessHandler
inDeviceAuthorizationEndpointFilter
to make interval configurableThe text was updated successfully, but these errors were encountered: