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
+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
@@ -144,7 +144,7 @@ The following errors can be returned by the Azure Active Directory B2C service.
144
144
|`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. |
145
145
|`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)|
146
146
|`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)|
147
-
|`AADB2C90289`| We encountered an 'invalid_client' error connecting to the identity provider. Please try again later. | Check the application secret. Maybe it's incorrect or it has expired. |
147
+
|`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).|
148
148
|`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)|
149
149
|`AADB2C99005`| The request contains an invalid scope parameter which includes an illegal character '{0}'. |[Web sign-in with OpenID Connect](openid-connect.md)|
150
150
|`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)|
0 commit comments