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
Copy file name to clipboardExpand all lines: docs/create_new_app_registration.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Step 1a: Creating a new App Registration
1
+
# Creating a new App Registration
2
2
3
3
1. Click on `Home` and select `Microsoft Entra ID`.
4
4
@@ -28,7 +28,8 @@
28
28
29
29

30
30
31
-
8. Enter the `web app URL` (Provide the app service name in place of XXXX) and Save. Then go back to [Step 1](#step-1-add-authentication-in-azure-app-service-configuration) 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
-
E.g. https://appservicename.azurewebsites.net/.auth/login/aad/callback
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.md) 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