LOGON_FLAG
Specifies the authentication type supported by a client application.
typedef enum
{ LOGONIDENTITY_DEFAULT = 0x00000000,
LOGONIDENTITY_AUTO_PARTNER_REDIRECT = 0x00000100,
} LOGON_FLAG;
Enumerator Values
The following table describes the values in this enumeration.
Enumerator Value |
Description |
---|---|
LOGONIDENTITY_DEFAULT |
Specifies online authentication only. Offline authentication is not attempted. Hashed credentials can be written if specified. |
LOGONIDENTITY_AUTO_PARTNER_REDIRECT |
Specifies that IDCRL should automatically attempt sign-in at the federated partner's Security Token Service (STS) if and only if the user's sign-in attempt at the Windows Live ID STS returns a PPCRL_REQUEST_E_PARTNER_LOGIN error. In all other cases, the client application will receive an error from IDCRL. |