Device authorization client-specific behavior (template, redirect, ...) #9203
alechenninger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When some devices use device authorization, the authorized device may have related web content which it wishes to redirect the user to, such as documentation or a web application which integrates with the device they've authorized.
Does it make sense to allow, as an extension to the device flow, the client to specify a redirect URI? This redirect would not be part of an OAuth flow of course (it's not going to include an authorization code). If the application requires authorization it can do its own new flow in that case.
Other possible solutions could be:
Curious if any one else believe this is a reasonable use case and solution.
Thank you,
Alec
Beta Was this translation helpful? Give feedback.
All reactions