Skip to content

Commit a43b48a

Browse files
committed
Revert "Change setting name prefixes from AAD to AZURE"
This reverts commit 68f6d82.
1 parent c932b81 commit a43b48a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/static-web-apps/assign-roles-microsoft-graph.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ In this tutorial, you learn to:
149149
"userDetailsClaim": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name",
150150
"registration": {
151151
"openIdIssuer": "https://login.microsoftonline.com/<YOUR_AAD_TENANT_ID>",
152-
"clientIdSettingName": "AZURE_CLIENT_ID",
153-
"clientSecretSettingName": "AZURE_CLIENT_SECRET"
152+
"clientIdSettingName": "AAD_CLIENT_ID",
153+
"clientSecretSettingName": "AAD_CLIENT_SECRET"
154154
},
155155
"login": {
156156
"loginParameters": [
@@ -167,7 +167,7 @@ In this tutorial, you learn to:
167167

168168
1. Select the **Edit** button to update the file.
169169

170-
1. Update the *openIdIssuer* value of `https://login.microsoftonline.com/<YOUR_TENANT_ID>` by replacing `<YOUR_AAD_TENANT_ID>` with the directory (tenant) ID of your Azure Active Directory.
170+
1. Update the *openIdIssuer* value of `https://login.microsoftonline.com/<YOUR_AAD_TENANT_ID>` by replacing `<YOUR_AAD_TENANT_ID>` with the directory (tenant) ID of your Azure Active Directory.
171171

172172
1. Select **Commit directly to the main branch** and select **Commit changes**.
173173

@@ -181,8 +181,8 @@ In this tutorial, you learn to:
181181

182182
| Name | Value |
183183
|------|-------|
184-
| `AZURE_CLIENT_ID` | *Your Active Directory application (client) ID* |
185-
| `AZURE_CLIENT_SECRET` | *Your Active Directory application client secret value* |
184+
| `AAD_CLIENT_ID` | *Your Active Directory application (client) ID* |
185+
| `AAD_CLIENT_SECRET` | *Your Active Directory application client secret value* |
186186

187187
1. Select **Save**.
188188

0 commit comments

Comments
 (0)