public class AuthenticationErrorCode extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTHORIZATION_PENDING
In the context of device code user has not yet authenticated via browser.
|
static String |
CACHE_MISS
Not found in the cache
|
static String |
CODE_EXPIRED
In the context of device code, this error happens when the device code has expired before
the user signed-in on another device (this is usually after 15 min).
|
static String |
DESKTOP_BROWSER_NOT_SUPPORTED
MSAL was unable to open the user-default browser.
|
static String |
INVALID_AUTHORIZATION_RESULT
Authorization result response is invalid.
|
static String |
INVALID_GRANT
Standard Oauth2 protocol error code.
|
static String |
INVALID_INSTANCE_DISCOVERY_METADATA
Not able to parse instance discovery metadata.
|
static String |
INVALID_JSON
A JSON processing failure, indicating the JSON provided to MSAL is of invalid format.
|
static String |
INVALID_JWT
A JWT parsing failure, indicating the JWT provided to MSAL is of invalid format.
|
static String |
INVALID_REDIRECT_URI
Redirect URI provided to MSAL is of invalid format.
|
static String |
LOOPBACK_REDIRECT_URI
The current redirect URI is not a loopback URL.
|
static String |
PASSWORD_REQUIRED_FOR_MANAGED_USER
Password is required for managed user.
|
static String |
THROTTLED_REQUEST
Request was throttled according to instructions from STS.
|
static String |
UNABLE_TO_START_HTTP_LISTENER
Unable to start Http listener to the specified port.
|
static String |
UNKNOWN
Unknown error occurred
|
static String |
USER_REALM_DISCOVERY_FAILED
User realm discovery failed
|
static String |
WSTRUST_ENDPOINT_NOT_FOUND_IN_METADATA_DOCUMENT
WS-Trust Endpoint not found in Metadata document
|
static String |
WSTRUST_INVALID_RESPONSE
WS-Trust endpoint response did not contain the required fields
|
static String |
WSTRUST_SERVICE_ERROR
WS-Trust request resulted in service error
|
Constructor and Description |
---|
AuthenticationErrorCode() |
public static final String AUTHORIZATION_PENDING
public static final String CODE_EXPIRED
public static final String INVALID_GRANT
public static final String WSTRUST_ENDPOINT_NOT_FOUND_IN_METADATA_DOCUMENT
public static final String WSTRUST_INVALID_RESPONSE
public static final String WSTRUST_SERVICE_ERROR
public static final String PASSWORD_REQUIRED_FOR_MANAGED_USER
public static final String USER_REALM_DISCOVERY_FAILED
public static final String CACHE_MISS
public static final String INVALID_INSTANCE_DISCOVERY_METADATA
public static final String UNKNOWN
public static final String LOOPBACK_REDIRECT_URI
public static final String UNABLE_TO_START_HTTP_LISTENER
public static final String INVALID_AUTHORIZATION_RESULT
public static final String INVALID_REDIRECT_URI
public static final String DESKTOP_BROWSER_NOT_SUPPORTED
Desktop
or Desktop.Action.BROWSE
. Interactive
requests require that the client have a system default browser. For more details, see
https://aka.ms/msal4j-interactive-requestpublic static final String THROTTLED_REQUEST
public static final String INVALID_JSON
public static final String INVALID_JWT
Copyright © 2013–2022. All rights reserved.