Skip to content

Commit 578cd61

Browse files
Add files via upload
1 parent 240e89d commit 578cd61

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

docs/AppAuthentication.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
## Add Authentication in Azure App Service configuration
2+
1. Click on `Authentication` from left menu.
3+
4+
![Authentication](Images/AppAuthentication.png)
5+
6+
2. Click on `+ Add Provider` to see a list of identity providers.
7+
8+
![Authentication Identity](Images/AppAuthenticationIdentity.png)
9+
10+
3. Click on `+ Add Provider` to see a list of identity providers.
11+
12+
![Add Provider](Images/AppAuthIdentityProvider.png)
13+
14+
4. Select the first option `Microsoft Entra Id` from the drop-down list.
15+
16+
![Add Provider](Images/AppAuthIdentityProviderAdd.png)
17+
18+
5. Accept the default values and click on `Add` button to go back to the previous page with the identity provider added.
19+
20+
![Add Provider](Images/AppAuthIdentityProviderAdded.png)
21+
22+
### Creating a new App Registration
23+
1. Click on `Home` and select `Microsoft Entra ID`.
24+
25+
![Microsoft Entra ID](Images/MicrosoftEntraID.png)
26+
27+
2. Click on `App registrations`.
28+
29+
![App registrations](Images/Appregistrations.png)
30+
31+
3. Click on `+ New registration`.
32+
33+
![New Registrations](Images/NewRegistration.png)
34+
35+
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.
36+
37+
![Add Details](Images/AddDetails.png)
38+
39+
5. After application is created sucessfully, then click on `Add a Redirect URL`.
40+
41+
![Redirect URL](Images/AddRedirectURL.png)
42+
43+
6. Click on `+ Add a platform`.
44+
45+
![+ Add platform](Images/AddPlatform.png)
46+
47+
7. Click on `Web`.
48+
49+
![Web](Images/Web.png)
50+
51+
8. Enter the `web app URL` (Provide the app service name in place of XXXX) and Save. Then go back to [Step 4] 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.
52+
53+
![Add Details](Images/WebAppURL.png)

0 commit comments

Comments
 (0)