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
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Right now, even if the IdP provides a verification_uri_complete parameter, step-cli ignores it. It should instead prefer it if present.
Why is this needed?
It makes the login flow less tedious, as one only needs to click the link and then click yes in their browser, rather than copy the code, click the link, paste the code, hit enter, click yes.
See kubelogin for an example of a somewhat similar tool handling the same circumstance.
The text was updated successfully, but these errors were encountered:
In the OIDC Device Authorization Flow in command/oauth, present the user
with VerificationURIComplete rather than VerificationURI if present, so
that the user doesn't have to manually type the code when using an IdP
that provides this feature.
Fixessmallstep#1424
Hello!
Issue details
Right now, even if the IdP provides a
verification_uri_complete
parameter, step-cli ignores it. It should instead prefer it if present.Why is this needed?
It makes the login flow less tedious, as one only needs to click the link and then click yes in their browser, rather than copy the code, click the link, paste the code, hit enter, click yes.
See kubelogin for an example of a somewhat similar tool handling the same circumstance.
The text was updated successfully, but these errors were encountered: