Skip to content
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

Make interval configurable for Device Authorization Endpoint Response #1871

Open
moscicky opened this issue Jan 8, 2025 · 0 comments
Open
Labels
type: enhancement A general enhancement

Comments

@moscicky
Copy link

moscicky commented Jan 8, 2025

Expected Behavior
interval should be configurable in Device Authorization Response

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

@moscicky moscicky added the type: enhancement A general enhancement label Jan 8, 2025
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

No branches or pull requests

1 participant