Update exposed-apis-create-app-webapp.md

This commit is contained in:
Kelly Baker 2020-02-25 17:44:02 -08:00 committed by GitHub
parent db7ef22330
commit e1d4ef4a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ The following code was tested with Nuget Microsoft.IdentityModel.Clients.ActiveD
using Microsoft.IdentityModel.Clients.ActiveDirectory; using Microsoft.IdentityModel.Clients.ActiveDirectory;
``` ```
1. Copy and paste the f ollowing code in your app (don't forget to update the three variables: ```tenantId, appId, appSecret```): 1. Copy and paste the following code in your app (don't forget to update the three variables: ```tenantId, appId, appSecret```):
``` ```
string tenantId = "00000000-0000-0000-0000-000000000000"; // Paste your own tenant ID here string tenantId = "00000000-0000-0000-0000-000000000000"; // Paste your own tenant ID here