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
Copy file name to clipboardExpand all lines: support/entra/entra-id/app-integration/error-code-aadsts50000-issuing-token-sign-in-service.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ This issue is common in hybrid environments. The user's federated account passwo
23
23
24
24
### Solution for cause 1
25
25
26
-
Reset the user password, and then verify the new password can authenticate successfully to Microsoft Entra ID.
26
+
Reset the user password, and then verify the new password can successfully authenticate to Microsoft Entra ID.
27
27
28
28
## Cause 2: Parameters are incorrectly configured in the token acquisition request
29
29
30
-
The issue commonly occurs in the on-behalf-of (OBO) flow. Certain parameters required for token acquisition may be missing or invalid.
30
+
This commonly occurs in the on-behalf-of (OBO) flow. Certain parameters required for token acquisition may be missing or invalid.
31
31
32
32
### Solution for cause 2
33
33
@@ -37,7 +37,7 @@ Make sure the client ID is valid and other required parameters are configured co
37
37
38
38
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.
39
39
40
-
### Solution 3 for cause 3: verify application consent settings
40
+
### Solution 3 for cause 3: Verify application consent settings
41
41
42
42
1. Go to the [Azure portal](https://portal.azure.com), make sure that the client application (Service Principal) exists in the tenant's **Enterprise Applications** page. You can search for the application by App ID.
43
43
2. Verify that the user has the ability to consent to the application. Check user settings in the **Enterprise Applications** page or review relevant policies affecting user consent.
@@ -52,7 +52,7 @@ Microsoft Identity Platform (v2 endpoint) tokens must be signed by a certificate
52
52
53
53
1. In the Azure portal, go to the **App Registrations**.
54
54
2. In the **Manage** section, select **Manifest**.
55
-
3. Check if there is an entry in the `keyCredentials` section with `type=Symmetric` and `usage=Sign`.
55
+
3. Check if there is an entry exists in the `keyCredentials` section with `type=Symmetric` and `usage=Sign`.
@@ -66,7 +66,7 @@ Alternatively, use the AzureAD PowerShell cmdlet [Get-AzureADApplicationKeyCrede
66
66
67
67
#### Step 3: Remove symmetric signing key
68
68
69
-
If the symmetric key exits, use:
69
+
If the symmetric key exists, use:
70
70
71
71
-[Remove-AzureADApplicationKeyCredential](/powershell/module/azuread/remove-azureadapplicationkeycredential) to remove the symmetric key for the app registration.
72
72
-[Remove-AzureADServicePrincipalKeyCredential](/powershell/module/azuread/remove-azureadserviceprincipalkeycredential) to remove the symmetric key for the service principal object.
@@ -79,8 +79,8 @@ This error can occur in the following scenario:
79
79
80
80
- You have a multitenant resource application registered in tenant A. This application exposes only **Application Permission** type.
81
81
- In a different tenant B, you have a client application registered. In the **API permission** page for this application, you configure the permission for the resource application registered in the other tenant.
82
-
- Then, you use an OAuth2.0 On-Behalf-Of (delegation) flow to request an access token for the resource app with the `/.default` for the web API scope.
82
+
- Then, you use an OAuth 2.0 On-Behalf-Of (delegation) flow to request an access token for the resource app with the `/.default` for the web API scope.
83
83
84
84
### Solution for cause 5
85
85
86
-
Configure the resource application to expose delegated permission and consent to that delegated permission in the client application.
86
+
Configure the resource application to expose the delegated permission and consent to that delegated permission in the client application.
0 commit comments