List of Authorization Request Errors

The following error messages appear when an authorization request fails:

Error message Reason
login_required The client application attempted an auto-login (prompt=none), but no user was authenticated.
interaction_required The client application attempted an auto-login (prompt=none), but the authenticated user had not previously provided consent for this application/publisher domain.
consent_required The user did not confirm account creation or authorization.
unauthorized_client The client_id does not match a configured client application.
invalid_request There is an error in the request parameters.
access_denied The user did not authorize the application or did not confirm the registration.
server_error Temporary error on the CONNECT server side.