Hi @Chris Kim
Thanks for reaching out to Microsoft Q&A
You can try using the steps from the documentation below. Let me know if that works for you.
Thanks,
Fabio
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello. Azure team,
I want to access AzureAD without a browser in Python.
So I have tried device code flow using the 'msal' library but I got 400 errors when it called the 'acqurie_token_by_device_flow' function.
(ref: https://github.com/Azure-Samples/ms-identity-python-devicecodeflow)
I have checked the procedure in the 'acquire_token_by_device_flow' function. It was iterated in the token API and showed error code 70016.
How can I solve this issue? Please advise me.
I really appreciate any help you can provide.
Hi @Chris Kim
Thanks for reaching out to Microsoft Q&A
You can try using the steps from the documentation below. Let me know if that works for you.
Thanks,
Fabio