You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've excluded references in the "Error codes reference" section because the descriptions may be embedded in the product currently. I recommend that the descriptions be updated in the product and then the changes propagated to the docs.
Copy file name to clipboardExpand all lines: articles/active-directory/develop/custom-extension-troubleshoot.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ To access the Azure AD sign-in logs:
45
45
1. Sign in to the [Azure portal](https://portal.azure.com).
46
46
1. In the **Enterprise apps** experience for your given application, select on the **Sign-in** logs tab.
47
47
1. Select the latest sign-in log.
48
-
1. For more details, select the **Authentication Events** tab. Information related to the custom extension REST API call is displayed, including any [error codes](#error-codes-reference).
48
+
1. For more details, select the **Authentication Events** tab. Information related to the custom authentication extension REST API call is displayed, including any [error codes](#error-codes-reference).
49
49
50
50
:::image type="content" source="media/custom-extension-troubleshoot/authentication-events.png" alt-text="Screenshot that shows the authentication events information." :::
51
51
@@ -85,7 +85,7 @@ Use the following table to diagnose an error code.
85
85
86
86
## Call your REST API directly
87
87
88
-
Your REST API is protected by Azure AD access token. You can test your API by obtaining an access token with the [application registration](custom-extension-get-started.md#22-grant-admin-consent) associated with the custom extensions. After you acquire an access token, pass it the HTTP `Authorization` header. To obtain an access token, follow these steps:
88
+
Your REST API is protected by Azure AD access token. You can test your API by obtaining an access token with the [application registration](custom-extension-get-started.md#22-grant-admin-consent) associated with the custom authentiction extensions. After you acquire an access token, pass it the HTTP `Authorization` header. To obtain an access token, follow these steps:
89
89
90
90
1. Sign in to the [Azure portal](https://portal.azure.com/) with your Azure administrator account.
91
91
1. Select **Azure Active Directory** > **App registrations**.
@@ -135,7 +135,7 @@ To test your API directly from the Postman, follow these steps:
@@ -189,4 +189,4 @@ One of the most common issues is that your custom claims provider API doesn't re
189
189
190
190
- Learn how to [create and register a custom claims provider](custom-extension-get-started.md) with a sample Open ID Connect application.
191
191
- If you already have a custom claims provider registered, you can configure a [SAML application](custom-extension-configure-saml-app.md) to receive tokens with claims sourced from an external store.
192
-
- Learn more about custom claims providers with the [custom claims provider reference](custom-claims-provider-reference.md) article.
192
+
- Learn more about custom claims providers with the [custom claims provider reference](custom-claims-provider-reference.md) article.
0 commit comments