mirror of
https://github.com/azure/login.git
synced 2026-06-08 06:17:08 +00:00
Update ClientSecret in the example to not call itself a GUID (#208)
* Update ClientSecret in the example to not call itself a GUID If manually crafting or verifying a Service Principal credential JSON object, it is helpful to know that only the `clientId` is formatted as a GUID, and the `clientSecret` is just an alphanumeric string. * Update README.md Co-authored-by: Balaga Gayatri <balaga-gayatri@github.com>
This commit is contained in:
parent
06f50cc138
commit
827604025b
1 changed files with 2 additions and 2 deletions
|
|
@ -210,10 +210,10 @@ Follow the steps to configure Azure Service Principal with a secret:
|
|||
|
||||
{
|
||||
"clientId": "<GUID>",
|
||||
"clientSecret": "<GUID>",
|
||||
"clientSecret": "<STRING>",
|
||||
"subscriptionId": "<GUID>",
|
||||
"tenantId": "<GUID>",
|
||||
"resourceManagerEndpointUrl": <URL>
|
||||
"resourceManagerEndpointUrl": "<URL>"
|
||||
(...)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue