Azure AD with Device Code Flow #3682
ganeshsacharya
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello all,
i implemented a Auth plugin which tries to follow the device code flow
So when a user tries to publish a package to the verdaccio registry, i call the Azure API to trigger this flow.
However the trouble is, the device code which the user has to run on a browser is in the verdaccio logs and not in the CLI of the user.
Is there a way in which i can show CLI logs to the user? (i know on each publish request, verdaccio calls the authenticate method of the plugin and then based on the callback it goes forward or backward)
Beta Was this translation helpful? Give feedback.
All reactions