@@ -490,7 +490,7 @@ To protect your Azure function, follow these steps to integrate Azure AD authent
490
490
1 . Select ** Authentication ** in the menu on the left .
491
491
1 . Select ** Add Identity provider ** .
492
492
1 . Select ** Microsoft ** as the identity provider .
493
- 1 . Under ** App registration ** -> ** App registration type ** , select ** Pick an existing app registration in this directory ** and pick the * Azure Functions authentication events API * app registration you [previously created ](#step - 2 - register - a - custom - extension ) when registering the custom claims provider .
493
+ 1 . Under ** App registration ** -> ** App registration type ** , select ** Pick an existing app registration in this directory ** and pick the * Azure Functions authentication events API * app registration you [previously created ](#step - 2 - register - a - custom - authentication - extension ) when registering the custom claims provider .
494
494
1 . Under ** Unauthenticated requests ** , select ** HTTP 401 Unauthorized ** as the identity provider .
495
495
1 . Unselect the ** Token store ** option .
496
496
1 . Select ** Add ** to add authentication to your Azure Function .
@@ -512,10 +512,10 @@ If you configured the [Microsoft identity provider](#step-5-protect-your-azure-f
512
512
https :// login.microsoftonline.com/{tenantId}/v2.0/.well-known/openid-configuration
513
513
```
514
514
515
- 1 . Under the ** App registration ** , enter the application ID (client ID ) of the * Azure Functions authentication events API * app registration [you created previously ](#step - 2 - register - a - custom - extension ).
515
+ 1 . Under the ** App registration ** , enter the application ID (client ID ) of the * Azure Functions authentication events API * app registration [you created previously ](#step - 2 - register - a - custom - authentication - extension ).
516
516
517
517
1 . Go to your Azure AD tenant in which your custom authentication extension is registered , and select ** Azure Active Directory ** > ** App registrations ** .
518
- 1 . Select the * Azure Functions authentication events API * app registration [you created previously ](#step - 2 - register - a - custom - extension ).
518
+ 1 . Select the * Azure Functions authentication events API * app registration [you created previously ](#step - 2 - register - a - custom - authentication - extension ).
519
519
1 . Select ** Certificates & secrets ** > ** Client secrets ** > ** New client secret ** .
520
520
1 . Add a description for your client secret .
521
521
1 . Select an expiration for the secret or specify a custom lifetime .
0 commit comments