diff --git a/en/docs/administer/key-managers/configure-azure-ad-key-manager.md b/en/docs/administer/key-managers/configure-azure-ad-key-manager.md index 06dc38c4f0..f2d68e2458 100644 --- a/en/docs/administer/key-managers/configure-azure-ad-key-manager.md +++ b/en/docs/administer/key-managers/configure-azure-ad-key-manager.md @@ -152,7 +152,7 @@ Start the API Manager server and log-in to the Admin portal to configure Azure A Scope Management Endpoint - The endpoint is used to manage the scopes. + The endpoint is used to manage the scopes.
Example:
https://<host>:9443/oauth2/scope Mandatory @@ -214,7 +214,7 @@ Start the API Manager server and log-in to the Admin portal to configure Azure A "description": "Access failure for API: /exampleapi/1.0.0, version: 1.0.0 status: (900901) - Invalid Credentials. Make sure you have provided the correct security credentials." } ``` - Please verify that the `iss` (issuer) claim in the token matches the issuer configured in the Key Manager Endpoints section. If there is a difference, update the issuer in the Key Manager Endpoints section to align with the `iss` value present in the token. + Please verify that the `iss` (issuer) claim in the token matches the issuer configured in the Key Manager Endpoints section. To obtain the `iss` value from the token, decode the JWT token (you can use tools like [jwt.io](https://jwt.io) or similar JWT decoder) and check the `iss` claim in the payload. If there is a difference, update the issuer in the Key Manager Endpoints section to align with the `iss` value present in the token. ### Post checks