You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Select the first option `Microsoft Entra Id` from the drop-down list.
24
+
4. Select the first option `Microsoft Entra Id` from the drop-down list and select `client secret expiration` under App registration.
25
+
> NOTE: If `Create new app registration` is disabled, then go to [Create new app registration](/docs/create_new_app_registration.md) and come back to this step to complete the app authentication.
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ This will rebuild the source code, package it into a container, and push it to t
215
215
```
216
216
217
217
2. **Add Authentication Provider**
218
-
- Follow steps in [App Authentication](./AppAuthentication.md) to configure authenitcationin app service. Note that Authentication changes can take up to 10 minutes.
218
+
- Follow steps in [App Authentication](./AppAuthentication.md) to configure authenticationin app service. Note that Authentication changes can take up to 10 minutes.
219
219
220
220
3. **Deleting Resources After a Failed Deployment**
4. Provide the `Name`, select supported account types as `Accounts in this organizational directory only(Contoso only - Single tenant)`, select platform as `Web`, enter/select the `URL` and register.
16
+
17
+

18
+
19
+
5. After application is created successfully, then click on `Add a Redirect URL`.
20
+
21
+

22
+
23
+
6. Click on `+ Add a platform`.
24
+
25
+

26
+
27
+
7. Click on `Web`.
28
+
29
+

30
+
31
+
8. Enter the `web app URL` (Provide the app service name in place of XXXX) and Save. Then go back to [Set Up Authentication in Azure App Service](/docs/AppAuthentication) Step 1 page and follow from _Point 4_ choose `Pick an existing app registration in this directory` from the Add an Identity Provider page and provide the newly registered App Name.
32
+
33
+
E.g. <<https://<< appservicename >>.azurewebsites.net/.auth/login/aad/callback>>
0 commit comments