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
@@ -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`| The server hosting resource '{0}' is not enabled for CORS requests. Ensure that the 'Access-Control-Allow-Origin' header has been configured. |[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)|
0 commit comments