Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Skip user_code input screen for Device Code Flow/Device Authorization Grant where user_code is included in the URL #2557

Closed
hughns opened this issue Mar 27, 2024 · 0 comments · Fixed by #2738
Assignees
Labels
T-Enhancement New feature of request

Comments

@hughns
Copy link
Member

hughns commented Mar 27, 2024

Where the verification_uri_complete is being used there is no need for the user_code input screen to be shown:

image

It can be skipped and instead immediately show the consent screen (after any authentication steps are completed):
image

n.b. The user code is already shown on the consent screen which allows the user to verify that the code matches.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.