azure: device login notes
This commit is contained in:
parent
99033e7da2
commit
9361a9959c
|
@ -44,6 +44,8 @@ There are three pieces of information you must provide to enable device login mo
|
||||||
|
|
||||||
> Device login mode is enabled by not setting client\_id and client\_secret.
|
> Device login mode is enabled by not setting client\_id and client\_secret.
|
||||||
|
|
||||||
|
> Device login mode is for the public cloud only, and Linux VMs only.
|
||||||
|
|
||||||
The device login flow asks that you open a web browser, navigate to <http://aka.ms/devicelogin>, and input the supplied
|
The device login flow asks that you open a web browser, navigate to <http://aka.ms/devicelogin>, and input the supplied
|
||||||
code. This authorizes the Packer for Azure application to act on your behalf. An OAuth token will be created, and stored
|
code. This authorizes the Packer for Azure application to act on your behalf. An OAuth token will be created, and stored
|
||||||
in the user's home directory (~/.azure/packer/oauth-TenantID.json). This token is used if the token file exists, and it
|
in the user's home directory (~/.azure/packer/oauth-TenantID.json). This token is used if the token file exists, and it
|
||||||
|
|
Loading…
Reference in New Issue