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
+17-17Lines changed: 17 additions & 17 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: azure-active-directory
10
10
11
11
ms.topic: reference
12
-
ms.date: 01/11/2024
12
+
ms.date: 03/13/2025
13
13
ms.author: kengaderdus
14
14
ms.subservice: b2c
15
15
@@ -24,7 +24,7 @@ The following errors can be returned by the Azure Active Directory B2C service.
24
24
25
25
| Error code | Message | Notes |
26
26
| ---------- | ------- | ----- |
27
-
|`AADB2C90001`|This user already exists, and profile '{0}' does not allow the same user to be created again. |[Sign-up flow](add-sign-up-and-sign-in-policy.md)|
27
+
|`AADB2C90001`|The server hosting resource '{0}' is not enabled for CORS requests. Ensure that the 'Access-Control-Allow-Origin' header has been configured. ||
28
28
|`AADB2C90002`| The CORS resource '{0}' returned a 404 not found. |[Hosting the page content](customize-ui-with-html.md#hosting-the-page-content)|
29
29
|`AADB2C90006`| The redirect URI '{0}' provided in the request is not registered for the client ID '{1}'. |[Register a web application](tutorial-register-applications.md), [Sending authentication requests](openid-connect.md#send-authentication-requests)|
30
30
|`AADB2C90007`| The application associated with client ID '{0}' has no registered redirect URIs. |[Register a web application](tutorial-register-applications.md), [Sending authentication requests](openid-connect.md#send-authentication-requests)|
@@ -52,7 +52,7 @@ The following errors can be returned by the Azure Active Directory B2C service.
52
52
|`AADB2C90040`| User journey '{0}' does not contain a send claims step. |[User journey orchestration steps](userjourneys.md#orchestrationsteps)|
53
53
|`AADB2C90043`| The prompt included in the request contains invalid values. Expected 'none', 'login', 'consent' or 'select_account'. ||
54
54
|`AADB2C90044`| The claim '{0}' is not supported by the claim resolver '{1}'. |[Claim resolvers](claim-resolver-overview.md)|
55
-
|`AADB2C90046`| We arehavingtrouble loading your current state. Youmightwant to trystartingyoursessionoverfromthebeginning. ||
55
+
|`AADB2C90046`|We arehavingtrouble signing you in. Youmightwant to trystartingyoursessionoverfromthebeginning. ||
56
56
|`AADB2C90047`| The resource '{0}' contains script errors preventing it from being loaded. |[Configure CORS](customize-ui-with-html.md#3-configure-cors)|
57
57
|`AADB2C90048`| An unhandled exception has occurred on the server. |
58
58
|`AADB2C90051`| No suitable claims providers were found. |
@@ -65,7 +65,7 @@ The following errors can be returned by the Azure Active Directory B2C service.
65
65
|`AADB2C99059`| The supplied request must present a code_challenge. Required for single-page apps using the authorization code flow.|[Authorization code flow](authorization-code-flow.md)|
66
66
|`AADB2C90067`| The post logout redirect URI '{0}' has an invalid format. Specify an https based URL such as 'https://example.com/return' or for native clients use the IETF native client URI 'urn:ietf:wg:oauth:2.0:oob'. |[Send a sign-out request](openid-connect.md#send-a-sign-out-request)|
67
67
|`AADB2C90068`| The provided application with ID '{0}' is not valid against this service. Please use an application created via the B2C portal and try again. |[Register a web application in Azure AD B2C](tutorial-register-applications.md)|
68
-
|`AADB2C90073`|KeyContainer with 'id': '{0}' cannot be found in thedirectory '{1}'|
68
+
|`AADB2C90073`|{0} with {1}: '{2}' cannot be found in thedirectory '{3}'.|
69
69
|`AADB2C90075`| The claims exchange '{0}' specified in step '{1}' returned HTTP error response with Code '{2}' and Reason '{3}'. |
70
70
|`AADB2C90077`| User does not have an existing session and request prompt parameter has a value of '{0}'. |
71
71
|`AADB2C90079`| Clients must send a client_secret when redeeming a confidential grant. |[Create a web app client secret](configure-authentication-sample-web-app-with-api.md#step-24-create-a-web-app-client-secret)|
@@ -114,7 +114,7 @@ The following errors can be returned by the Azure Active Directory B2C service.
114
114
|`AADB2C90205`| This application does not have sufficient permissions against this web resource to perform the operation. |[Register web API and configure scopes](configure-authentication-sample-web-app-with-api.md#step-2-register-web-applications)|
115
115
|`AADB2C90206`| A time out has occurred initialization the client. ||
116
116
|`AADB2C90208`| The provided id_token_hint parameter is expired. Please provide another token and try again. |[Token format](id-token-hint.md#token-format)|
117
-
|`AADB2C90209`| The provided id_token_hint parameter does not contain an accepted audience. Valid audience values: '{0}'. Please provide another token and try again. |[Token format](id-token-hint.md#token-format)|
117
+
|`AADB2C90209`| The provided id_token_hint parameter does not contain an accepted audience. Please provide another token and try again. |[Token format](id-token-hint.md#token-format)|
118
118
|`AADB2C90210`| The provided id_token_hint parameter could not be validated. Please provide another token and try again. |[Token format](id-token-hint.md#token-format), [Issue a token with symmetric keys](id-token-hint.md#how-to-guide)|
119
119
|`AADB2C90211`| The request contained an incomplete state cookie. |
120
120
|`AADB2C90212`| The request contained an invalid state cookie. |
@@ -123,18 +123,18 @@ The following errors can be returned by the Azure Active Directory B2C service.
123
123
|`AADB2C90224`| Resource owner flow has not been enabled for the application. |[Register a ROPC flow enabled application](add-ropc-policy.md#register-an-application)|
124
124
|`AADB2C90225`| The username or password provided in the request are invalid. |
125
125
|`AADB2C90226`| The specified token exchange is only supported over HTTP POST. |[Token format](id-token-hint.md#token-format)|
126
-
|`AADB2C90232`| The provided id_token_hint parameter does not contain an accepted issuer. Valid issuers: '{0}'. Please provide another token and try again. |
126
+
|`AADB2C90232`| The provided id_token_hint parameter does not contain an accepted issuer. Please provide another token and try again. |
127
127
|`AADB2C90233`| The provided id_token_hint parameter failed signature validation. Please provide another token and try again. |[Issue a token with symmetric keys](id-token-hint.md#how-to-guide)|
128
-
|`AADB2C90235`| The provided id_token is expired. Please provide another token and try again. |[Token format](id-token-hint.md#token-format)|
129
-
|`AADB2C90237`| The provided id_token does not contain a valid audience. Valid audience values: '{0}'. Please provide another token and try again. |[Token format](id-token-hint.md#token-format)|
130
-
|`AADB2C90238`| The provided id_token does not contain a valid issuer. Valid issuer values: '{0}'. Please provide another token and try again. |[Token format](id-token-hint.md#token-format)|
131
-
|`AADB2C90239`| The provided id_token failed signature validation. Please provide another token and try again. |[Issue a token with symmetric keys](id-token-hint.md#how-to-guide)|
132
-
|`AADB2C90240`| The provided id_token is malformed and could not be parsed. Please provide another token and try again. |[Issue a token with symmetric keys](id-token-hint.md#how-to-guide)|
128
+
|`AADB2C90235`| The provided token is expired. Please provide another token and try again. |[Token format](id-token-hint.md#token-format)|
129
+
|`AADB2C90237`| The provided token does not contain a valid audience. Please provide another token and try again. |[Token format](id-token-hint.md#token-format)|
130
+
|`AADB2C90238`| The provided token does not contain a valid issuer. Please provide another token and try again. |[Token format](id-token-hint.md#token-format)|
131
+
|`AADB2C90239`| The provided token failed signature validation. Please provide another token and try again. |[Issue a token with symmetric keys](id-token-hint.md#how-to-guide)|
132
+
|`AADB2C90240`| The provided token is malformed and could not be parsed. Please provide another token and try again. |[Issue a token with symmetric keys](id-token-hint.md#how-to-guide)|
133
133
|`AADB2C90242`| The SAML technical profile '{0}' specifies PartnerEntity CDATA which cannot be loaded for reason '{1}'. |[Configure the SAML technical profile](identity-provider-generic-saml.md#configure-the-saml-technical-profile)|
134
134
|`AADB2C90243`| The IDP's client key/secret is not properly configured. |[Add an IDP to your Azure AD B2C tenant](add-identity-provider.md)|
135
135
|`AADB2C90244`| There are too many requests at this moment. Please wait for some time and try again. |[Azure AD B2C service limits and restrictions](service-limits.md)|
136
136
|`AADB2C90248`| Resource owner flow can only be used by applications created through the B2C admin portal. |[Register a ROPC flow enabled application](add-ropc-policy.md#register-an-application)|
137
-
|`AADB2C90250`|The generic login endpoint is not supported. |[Supported and unsupported SAML modalities](saml-service-provider.md#supported-and-unsupported-saml-modalities)|
137
+
|`AADB2C90250`|SAML IDP initiated SSO is not enabled for this policy. |[Supported and unsupported SAML modalities](saml-service-provider.md#supported-and-unsupported-saml-modalities)|
138
138
|`AADB2C90255`| The claims exchange specified in technical profile '{0}' did not complete as expected. You might want to try starting your session over from the beginning. |
139
139
|`AADB2C90261`| The claims exchange '{0}' specified in step '{1}' returned HTTP error response that could not be parsed. |
140
140
|`AADB2C90272`| The id_token_hint parameter has not been specified in the request. Please provide token and try again. |[Issue a token with symmetric keys](id-token-hint.md#how-to-guide)|
@@ -145,16 +145,16 @@ The following errors can be returned by the Azure Active Directory B2C service.
145
145
|`AADB2C90279`| The provided client ID '{0}' does not match the client ID that issued the grant. |[Web sign-in with OpenID Connect](openid-connect.md)|
146
146
|`AADB2C90284`| The application with identifier '{0}' has not been granted consent and is unable to be used for local accounts. |[Register a web application in Azure AD B2C](tutorial-register-applications.md)|
147
147
|`AADB2C90285`| The application with identifier '{0}' was not found. |[Register a web application in Azure AD B2C](tutorial-register-applications.md)|
148
-
|`AADB2C90288`| UserJourney with ID '{0}' referenced in TechnicalProfile '{1}' for refresh token redemption for tenant '{2}' does not exist in policy '{3}' or any of its base policies. |
149
148
|`AADB2C90287`| The request contains invalid redirect URI '{0}'.|[Register a web application](tutorial-register-applications.md), [Sending authentication requests](openid-connect.md#send-authentication-requests)|
149
+
|`AADB2C90288`| UserJourney with ID '{0}' referenced in TechnicalProfile '{1}' for refresh token redemption for tenant '{2}' does not exist in policy '{3}' or any of its base policies. |
150
150
|`AADB2C90289`| We encountered an error connecting to the identity provider. Please try again later. |[Add an IDP to your Azure AD B2C tenant](add-identity-provider.md)|
151
-
|`AADB2C90289`| We encountered an 'invalid_client' error connecting to the identity provider. Please try again later. | Make sure the application secret is correct or it hasn't expired. Learn how to [Register apps](register-apps.md).|
151
+
|`AADB2C90289`| We encountered an '{0}' error connecting to the identity provider. Please try again later. | Make sure the application secret is correct or it hasn't expired. Learn how to [Register apps](register-apps.md).|
152
152
|`AADB2C90296`| Application has not been configured correctly. Please contact administrator of the site you are trying to access. |[Register a web application](tutorial-register-applications.md)|
153
+
|`AADB2C99002`| This user does not exist and profile '{0}' requires the user to have already been created. |
153
154
|`AADB2C99005`| The request contains an invalid scope parameter which includes an illegal character '{0}'. |[Web sign-in with OpenID Connect](openid-connect.md)|
154
-
|`AADB2C99006`| Azure AD B2C cannot find the extensions app with app ID '{0}'. Please visit https://go.microsoft.com/fwlink/?linkid=851224 for more information. |[Azure AD B2C extensions app](extensions-app.md)|
155
+
|`AADB2C99006`| Azure AD cannot find the extensions app with app id '{0}'. Please visit https://go.microsoft.com/fwlink/?linkid=851224 for more information. |[Azure AD B2C extensions app](extensions-app.md)|
155
156
|`AADB2C99011`| The metadata value '{0}' has not been specified in TechnicalProfile '{1}' in policy '{2}'. |[Custom policy Technical profiles](technicalprofiles.md)|
156
157
|`AADB2C99013`| The supplied grant_type [{0}] and token_type [{1}] combination is not supported. |
157
158
|`AADB2C99015`| Profile '{0}' in policy '{1}' in tenant '{2}' is missing all InputClaims required for resource owner password credential flow. |[Create a resource owner policy](add-ropc-policy.md#create-a-resource-owner-policy)|
158
-
|`AADB2C99002`| User doesn't exist. Please sign up before you can sign in. |
159
159
|`AADB2C99027`| Policy '{0}' does not contain an AuthorizationTechnicalProfile with a corresponding ClientAssertionType. |[Client credentials flow](client-credentials-grant-flow.md)|
160
-
|`AADB2C90229`|Azure AD B2C throttled traffic if too many requests are sent from the same source in a short period of time|[Best practices for Azure Active Directory B2C](best-practices.md#testing)|
160
+
|`AADB2C90229`|Your request is throttled temporarily. Please retry after the time specified in the additional information of the error message. |[Best practices for Azure Active Directory B2C](best-practices.md#testing)|
Copy file name to clipboardExpand all lines: articles/app-service/configure-language-java-deploy-run.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -549,7 +549,7 @@ See respective sections below for details as well as opportunities to customize
549
549
- The Keystore of the Java runtime is updated with any public and private certificates defined in Azure portal.
550
550
- Public certificates are provided by the platform in the */var/ssl/certs* directory, and they're loaded to *$JRE_HOME/lib/security/cacerts*.
551
551
- Private certificates are provided by the platform in the */var/ssl/private* directory, and they're loaded to *$JRE_HOME/lib/security/client.jks*.
552
-
- If any certificates are loaded in the Java keystore in this step, the properties `javax.net.ssl.keyStore`, `javax.net.ssl.keyStorePassword` and `javax.net.ssl.keyStoreType` are added to the `JAVA_TOOL_OPTIONS` environment variable.
552
+
- If any certificates are loaded in the Java keystore in this step, the properties `javax.net.ssl.keyStore`, `javax.net.ssl.keyStorePassword` and `javax.net.ssl.keyStoreType` are added to the `JAVA_OPTS` environment variable.
553
553
- Some initial JVM configuration is determined such as logging directories and Java memory heap parameters:
554
554
- If you provide the `–Xms` or `–Xmx` flags for memory in the app setting `JAVA_OPTS`, these values override the ones provided by the platform.
555
555
- If you configure the app setting `WEBSITES_CONTAINER_STOP_TIME_LIMIT`, the value is passed to the runtime property `org.wildfly.sigterm.suspend.timeout`, which controls the maximum shutdown wait time (in seconds) when JBoss is being stopped.
| 1.4.12 | v1.1.1 | v1.26, v1.27, v1.28, v1.29, v1.30 | Updated to Gateway API version 1.1.1, Regex match support for path and header match in HTTP and GRPC routes, [Wildcard hostname fix](https://github.com/Azure/AKS/issues/4713), Misc. bug fixes and improvements |
| 1.4.12 | v1.1.1 | v1.26, v1.27, v1.28, v1.29, v1.30 | Updated to Gateway API version 1.1.1, Regex match support for path and header match in HTTP and GRPC routes, [Wildcard hostname fix](https://github.com/Azure/AKS/issues/4713), Misc. bug fixes and improvements |
35
35
| 1.3.7| v1.1 | v1.26, v1.27, v1.28, v1.29, v1.30 | Minor fixes and improvements |
36
36
| 1.2.3| v1.1 | v1.26, v1.27, v1.28, v1.29, v1.30 | Gateway API v1.1, gRPC support, frontend mutual authentication, readiness probe fixes, custom health probe port and TLS mode |
37
37
| 1.0.2| v1 | v1.26, v1.27, v1.28, v1.29 | ECDSA + RSA certificate support for both Ingress and Gateway API, Ingress fixes, Server-sent events support |
Copy file name to clipboardExpand all lines: articles/application-gateway/for-containers/how-to-url-redirect-ingress-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -393,4 +393,4 @@ Via the response we should see:
393
393
* Connection #0 to host contoso.com left intact
394
394
```
395
395
396
-
Congratulations, you have installed ALB Controller, deployed a backend application, and used Ingress API to configure both an HTTP to HTTPs redirect and path based redirection to specific client requests.
396
+
Congratulations, you have installed ALB Controller, deployed a backend application, and used Ingress API to configure both an HTTP to HTTPS redirect and path based redirection to specific client requests.
Copy file name to clipboardExpand all lines: articles/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ You need to complete the following tasks before deploying Application Gateway fo
146
146
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
0 commit comments