Skip to content

Commit c37025f

Browse files
Update AppAuthentication.md
1 parent f7a9b24 commit c37025f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/AppAuthentication.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
## Add Authentication in Azure App Service configuration
22
1. Click on `Authentication` from left menu.
33

4-
![Authentication](Images/AppAuthentication.png)
4+
![Authentication](images/AppAuthentication.png)
55

66
2. Click on `+ Add Provider` to see a list of identity providers.
77

8-
![Authentication Identity](Images/AppAuthenticationIdentity.png)
8+
![Authentication Identity](images/AppAuthenticationIdentity.png)
99

1010
3. Click on `+ Add Provider` to see a list of identity providers.
1111

12-
![Add Provider](Images/AppAuthIdentityProvider.png)
12+
![Add Provider](images/AppAuthIdentityProvider.png)
1313

1414
4. Select the first option `Microsoft Entra Id` from the drop-down list.
1515

16-
![Add Provider](Images/AppAuthIdentityProviderAdd.png)
16+
![Add Provider](images/AppAuthIdentityProviderAdd.png)
1717

1818
5. Accept the default values and click on `Add` button to go back to the previous page with the identity provider added.
1919

20-
![Add Provider](Images/AppAuthIdentityProviderAdded.png)
20+
![Add Provider](images/AppAuthIdentityProviderAdded.png)
2121

2222
### Creating a new App Registration
2323
1. Click on `Home` and select `Microsoft Entra ID`.
2424

25-
![Microsoft Entra ID](Images/MicrosoftEntraID.png)
25+
![Microsoft Entra ID](images/MicrosoftEntraID.png)
2626

2727
2. Click on `App registrations`.
2828

29-
![App registrations](Images/Appregistrations.png)
29+
![App registrations](images/Appregistrations.png)
3030

3131
3. Click on `+ New registration`.
3232

33-
![New Registrations](Images/NewRegistration.png)
33+
![New Registrations](images/NewRegistration.png)
3434

3535
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.
3636

37-
![Add Details](Images/AddDetails.png)
37+
![Add Details](images/AddDetails.png)
3838

3939
5. After application is created sucessfully, then click on `Add a Redirect URL`.
4040

41-
![Redirect URL](Images/AddRedirectURL.png)
41+
![Redirect URL](images/AddRedirectURL.png)
4242

4343
6. Click on `+ Add a platform`.
4444

45-
![+ Add platform](Images/AddPlatform.png)
45+
![+ Add platform](images/AddPlatform.png)
4646

4747
7. Click on `Web`.
4848

49-
![Web](Images/Web.png)
49+
![Web](images/Web.png)
5050

5151
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.
5252

53-
![Add Details](Images/WebAppURL.png)
53+
![Add Details](images/WebAppURL.png)

0 commit comments

Comments
 (0)