|
1 | 1 | ## Add Authentication in Azure App Service configuration
|
2 | 2 | 1. Click on `Authentication` from left menu.
|
3 | 3 |
|
4 |
| -  |
| 4 | +  |
5 | 5 |
|
6 | 6 | 2. Click on `+ Add Provider` to see a list of identity providers.
|
7 | 7 |
|
8 |
| -  |
| 8 | +  |
9 | 9 |
|
10 | 10 | 3. Click on `+ Add Provider` to see a list of identity providers.
|
11 | 11 |
|
12 |
| -  |
| 12 | +  |
13 | 13 |
|
14 | 14 | 4. Select the first option `Microsoft Entra Id` from the drop-down list.
|
15 | 15 |
|
16 |
| -  |
| 16 | +  |
17 | 17 |
|
18 | 18 | 5. Accept the default values and click on `Add` button to go back to the previous page with the identity provider added.
|
19 | 19 |
|
20 |
| -  |
| 20 | +  |
21 | 21 |
|
22 | 22 | ### Creating a new App Registration
|
23 | 23 | 1. Click on `Home` and select `Microsoft Entra ID`.
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 | 2. Click on `App registrations`.
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 | 3. Click on `+ New registration`.
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 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 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 | 5. After application is created sucessfully, then click on `Add a Redirect URL`.
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 | 6. Click on `+ Add a platform`.
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 | 7. Click on `Web`.
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 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 | 52 |
|
53 |
| - |
| 53 | + |
0 commit comments