Skip to content

Commit 9861bef

Browse files
authored
Merge pull request #8518 from MicrosoftDocs/genlin-patch-12
QA review suggestions Update error-code-aadsts50000-issuing-token-sign-in-service.md
2 parents 068d93c + 11a64a3 commit 9861bef

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

support/entra/entra-id/app-integration/error-code-aadsts50000-issuing-token-sign-in-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Error AADSTS50000 - There was an error issuing a token or an issue with our sign-in service
2+
title: Error AADSTS50000 - There Was an Error Issuing a Token or an Issue with Our Sign-In Service
33
description: Provides a solution to the AADSTS50000 error that occurs when you try to sign in to an Azure app by using Microsoft Entra ID.
44
ms.service: entra-id
55
ms.date: 03/12/2025
@@ -37,7 +37,7 @@ Make sure that the client ID is valid and that other required parameters are con
3737

3838
This issue can occur in an OAuth2 Device code grant flow to the token endpoint. After the user signs in to a browser window and accepts the consent dialog, this error occurs.
3939

40-
### Solution 3 for cause 3: Verify application consent settings
40+
### Solution for cause 3: Verify application consent settings
4141

4242
1. In the [Azure portal](https://portal.azure.com), make sure that the client application (Service Principal) exists on the tenant's **Enterprise Applications** page. You can search for the application by App ID.
4343
2. Verify that the user can consent to the application. Check the user settings on the **Enterprise Applications** page or review relevant policies that affect user consent.
@@ -54,7 +54,7 @@ Microsoft Identity Platform (v2 endpoint) tokens must be signed by a certificate
5454
2. In the **Manage** section, select **Manifest**.
5555
3. Check whether an entry exists in the `keyCredentials` section that includes `type=Symmetric` and `usage=Sign`.
5656

57-
:::image type="content" source="./media/error-code-aadsts50000-issuing-token-sign-in-service/manifest-sample.png" alt-text="Screenshot that shows the Application Manifest Key Credentials code" lightbox="./media/error-code-aadsts50000-issuing-token-sign-in-service/manifest-sample.png":::
57+
:::image type="content" source="./media/error-code-aadsts50000-issuing-token-sign-in-service/manifest-sample.png" alt-text="Screenshot that shows the Application Manifest Key Credentials code." lightbox="./media/error-code-aadsts50000-issuing-token-sign-in-service/manifest-sample.png":::
5858

5959
Alternatively, use the Microsoft Graph PowerShell cmdlet [Get-MgApplication](/powershell/module/azuread/get-azureadapplicationkeycredential) to retrieve key credentials.
6060

@@ -83,4 +83,4 @@ This error might occur in the following scenario:
8383

8484
### Solution for cause 5
8585

86-
Configure the resource application to expose the delegated permission, and then consent to that delegated permission in the client application.
86+
Configure the resource application to expose the delegated permission, and then consent to that delegated permission in the client application.
1.63 KB
Loading

support/entra/entra-id/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
href: app-integration/error-code-aadsts50057-user-account-is-disabled.md
9393
- name: AADSTS500011 - Resource Principal Not Found
9494
href: app-integration/error-code-aadsts500011-resource-principal-not-found.md
95-
displayName: AADSTS500011
9695
- name: Error AADSTS500571 - guest user account is disabled
9796
href: app-integration/error-code-aadsts500571-guest-user-account-is-disabled.md
9897
- name: Error AADSTS50105 - user not assigned a role
@@ -113,6 +112,8 @@
113112
href: app-integration/error-code-aadsts7000110-request-is-ambiguous.md
114113
- name: Error AADSTS7000112 - application is disabled
115114
href: app-integration/error-code-aadsts7000112-application-is-disabled.md
115+
- name: Error AADSTS50000 - issuing a token or an issue with our sign-in service
116+
href: app-integration/error-code-aadsts50000-issuing-token-sign-in-service.md
116117
- name: Troubleshoot signing in to SAML-based single sign-on configured apps
117118
href: app-integration/troubleshoot-sign-in-saml-based-apps.md
118119
- name: Troubleshooting infinite redirection between OIDC app and Entra ID

0 commit comments

Comments
 (0)