Skip to content

Commit 0c27926

Browse files
authored
Fix broken anchor links
1 parent 72dc3a0 commit 0c27926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/custom-extension-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ To protect your Azure function, follow these steps to integrate Azure AD authent
490490
1. Select **Authentication** in the menu on the left.
491491
1. Select **Add Identity provider**.
492492
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.
494494
1. Under **Unauthenticated requests**, select **HTTP 401 Unauthorized** as the identity provider.
495495
1. Unselect the **Token store** option.
496496
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
512512
https://login.microsoftonline.com/{tenantId}/v2.0/.well-known/openid-configuration
513513
```
514514

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).
516516

517517
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).
519519
1. Select **Certificates & secrets** > **Client secrets** > **New client secret**.
520520
1. Add a description for your client secret.
521521
1. Select an expiration for the secret or specify a custom lifetime.

0 commit comments

Comments
 (0)