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: articles/active-directory-b2c/error-codes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
9
9
ms.service: active-directory
10
10
ms.workload: identity
11
11
ms.topic: reference
12
-
ms.date: 07/18/2022
12
+
ms.date: 10/28/2022
13
13
ms.author: kengaderdus
14
14
ms.subservice: B2C
15
15
---
@@ -33,7 +33,7 @@ The following errors can be returned by the Azure Active Directory B2C service.
33
33
|`AADB2C90016`| The requested client assertion type '{0}' does not match the expected type '{1}'. | deprecated |
34
34
|`AADB2C90017`| The client assertion provided in the request is invalid: {0} | deprecated |
35
35
|`AADB2C90018`| The client ID '{0}' specified in the request is not registered in tenant '{1}'. |[Register a web application](tutorial-register-applications.md), [Sending authentication requests](openid-connect.md#send-authentication-requests)|
36
-
|`AADB2C90019`| The key container with ID '{0}' in tenant '{1}' does not has a valid key. Reason: {2}. ||
36
+
|`AADB2C90019`| The key container with ID '{0}' in tenant '{1}' does not have a valid key. Reason: {2}. ||
37
37
|`AADB2C90021`| The technical profile '{0}' does not exist in the policy '{1}' of tenant '{2}'. ||
38
38
|`AADB2C90022`| Unable to return metadata for the policy '{0}' in tenant '{1}'. |[Share the application's metadata publicly](saml-service-provider.md)|
39
39
|`AADB2C90023`| Profile '{0}' does not contain the required metadata key '{1}'. ||
@@ -43,7 +43,7 @@ The following errors can be returned by the Azure Active Directory B2C service.
43
43
|`AADB2C90031`| Policy '{0}' does not specify a default user journey. Ensure that the policy or it's parents specify a default user journey as part of a relying party section. |[Default user journey](relyingparty.md#defaultuserjourney)|
44
44
|`AADB2C90035`| The service is temporarily unavailable. Please retry after a few minutes. ||
45
45
|`AADB2C90036`| The request does not contain a URI to redirect the user to post logout. Specify a URI in the post_logout_redirect_uri parameter field. |[Send a sign-out request](openid-connect.md#send-a-sign-out-request)|
46
-
|`AADB2C90037`| An error occurred while processing the request. Please contact administrator of the site you are trying to access. ||
46
+
|`AADB2C90037`| An error occurred while processing the request. Please locate the `CorellationId` from the response. |[Submit a new support request](find-help-open-support-ticket.md), and include the `CorrelationId`.|
47
47
|`AADB2C90039`| The request contains a client assertion, but the provided policy '{0}' in tenant '{1}' is missing a client_secret in RelyingPartyPolicy. | deprecated |
48
48
|`AADB2C90040`| User journey '{0}' does not contain a send claims step. |[User journey orchestration steps](userjourneys.md#orchestrationsteps)|
49
49
|`AADB2C90043`| The prompt included in the request contains invalid values. Expected 'none', 'login', 'consent' or 'select_account'. ||
0 commit comments