This commit is contained in:
William Assaf MSFT 2024-10-21 18:23:29 -07:00 коммит произвёл GitHub
Родитель 5c15fbf513
Коммит 098d72131f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -73,7 +73,6 @@ The Token project contains a simple console application that connects to Azure S
5. Configure the certificate and your application account in the *app.config* file in the project.
+ In Visual Studio, open *app.config* in the Solution Explorer
![App.config file highlights](../img/app-config-key-value-example.png)
- Find the app key `ida:Tenant` and replace the value with your AAD tenant name (your AAD domain)
- Find the app key `ida:ClientID` and replace the value with the Client ID for the application registration from the Azure Portal (the value from step 1).
- Find the app key `ida:Cert_Name` and replace the value with the subject name (CN) of the self-signed certificate you created