- HTTP request
- Request body
- Response body
- Authorization scopes
- DeviceSignals
- OperatingSystem
- DiskEncryption
- OsFirewall
- ScreenLockSecured
- SecureBootMode
- SafeBrowsingProtectionLevel
- PasswordProtectionWarningTrigger
- RealtimeUrlCheckMode
- CrowdStrikeAgent
- Trigger
- KeyTrustLevel
Verifies the challenge response.
HTTP request
POST https://verifiedaccess.googleapis.com/v2/challenge:verify
The URL uses gRPC Transcoding syntax.
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "challengeResponse": string, "expectedIdentity": string } |
Fields | |
---|---|
challenge |
Required. The generated response to the challenge, the bytes representation of SignedData. A base64-encoded string. |
expected |
Optional. Service can optionally provide identity information about the device or user associated with the key. For an EMK, this value is the enrolled domain. For an EUK, this value is the user's email address. If present, this value will be checked against contents of the response, and verification will fail if there is no match. |
Response body
Result message for VerifiedAccess.VerifyChallengeResponse.
The response returned when successful for Managed profiles on Unmanaged browsers will NOT have devicePermanentId, keyTrustLevel, virtualDeviceId and customerId fields. Managed profiles will INSTEAD have the profileCustomerId, virtualProfileId and profileKeyTrustLevel fields.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "devicePermanentId": string, "virtualDeviceId": string, "customerId": string, "signedPublicKeyAndChallenge": string, "deviceSignal": string, "deviceSignals": { object ( |
Fields | |
---|---|
device |
Device permanent id is returned in this field (for the machine response only). |
virtual |
Virtual device id of the device. The definition of virtual device id is platform-specific. |
customer |
Unique customer id that this device belongs to, as defined by the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-customers |
signed |
Certificate Signing Request (in the SPKAC format, base64 encoded) is returned in this field. This field will be set only if device has included CSR in its challenge response. (the option to include CSR is now available for both user and machine responses) |
device |
Deprecated. Device signal in json string representation. Prefer using |
device |
Device signals. |
key |
Device attested key trust level. |
profile |
Unique customer id that this profile belongs to, as defined by the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-customers |
virtual |
The ID of a profile on the device. |
profile |
Profile attested key trust level. |
attested |
Attested device ID (ADID). |
device |
Device enrollment id for ChromeOS devices. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/verifiedaccess
For more information, see the Authentication Overview.
DeviceSignals
The device signals as reported by Chrome. Unless otherwise specified, signals are available on all platforms.
JSON representation |
---|
{ "deviceManufacturer": string, "deviceModel": string, "operatingSystem": enum ( |
Fields | |
---|---|
device |
The name of the device's manufacturer. |
device |
The name of the device's model. |
operating |
The type of the Operating System currently running on the device. |
os |
The current version of the Operating System. On Windows and linux, the value will also include the security patch information. |
display |
The display name of the device, as defined by the user. |
disk |
The encryption state of the disk. On ChromeOS, the main disk is always ENCRYPTED. |
serial |
The serial number of the device. On Windows, this represents the BIOS's serial number. Not available on most Linux distributions. |
os |
The state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular devices and UNKNOWN on devices in developer mode. Support for MacOS 15 (Sequoia) and later has been introduced in Chrome M131. |
system |
List of the addesses of all OS level DNS servers configured in the device's network settings. |
hostname |
Hostname of the device. |
mac |
MAC addresses of the device. |
screen |
The state of the Screen Lock password protection. On ChromeOS, this value will always be ENABLED as there is not way to disable requiring a password or pin when unlocking the device. |
allow |
Value of the AllowScreenLock policy on the device. See https://chromeenterprise.google/policies/?policy=AllowScreenLock for more details. Available on ChromeOS only. |
imei[] |
International Mobile Equipment Identity (IMEI) of the device. Available on ChromeOS only. |
meid[] |
Mobile Equipment Identifier (MEID) of the device. Available on ChromeOS only. |
secure |
Whether the device's startup software has its Secure Boot feature enabled. Available on Windows only. |
windows |
Windows domain that the current machine has joined. Available on Windows only. |
windows |
Windows domain for the current OS user. Available on Windows only. |
device |
Enrollment domain of the customer which is currently managing the device. |
browser |
Current version of the Chrome browser which generated this set of signals. Example value: "107.0.5286.0". |
device |
Affiliation IDs of the organizations that are affiliated with the organization that is currently managing the device. When the sets of device and profile affiliation IDs overlap, it means that the organizations managing the device and user are affiliated. To learn more about user affiliation, visit https://support.google.com/chrome/a/answer/12801245?ref_topic=9027936. |
profile |
Affiliation IDs of the organizations that are affiliated with the organization that is currently managing the Chrome Profile’s user or ChromeOS user. |
built |
Whether Chrome's built-in DNS client is used. The OS DNS client is otherwise used. This value may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#BuiltInDnsClientEnabled. |
chrome |
Whether access to the Chrome Remote Desktop application is blocked via a policy. |
safe |
Safe Browsing Protection Level. That setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#SafeBrowsingProtectionLevel. |
site |
Whether the Site Isolation (a.k.a Site Per Process) setting is enabled. That setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#SitePerProcess |
password |
Whether the Password Protection Warning feature is enabled or not. Password protection alerts users when they reuse their protected password on potentially suspicious sites. This setting is controlled by an enterprise policy: https://chromeenterprise.google/policies/#PasswordProtectionWarningTrigger. Note that the policy unset does not have the same effects as having the policy explicitly set to |
realtime |
Whether Enterprise-grade (i.e. custom) unsafe URL scanning is enabled or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode |
third |
Whether Chrome is blocking third-party software injection or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only. |
trigger |
The trigger which generated this set of signals. |
profile |
Enrollment domain of the customer which is currently managing the profile. |
crowd |
Crowdstrike agent properties installed on the device, if any. Available on Windows and MacOS only. |
OperatingSystem
Supported Operating Systems.
Enums | |
---|---|
OPERATING_SYSTEM_UNSPECIFIED |
UNSPECIFIED. |
CHROME_OS |
ChromeOS. |
CHROMIUM_OS |
ChromiumOS. |
WINDOWS |
Windows. |
MAC_OS_X |
Mac Os X. |
LINUX |
Linux |
DiskEncryption
Possible states of encryption for the main disk.
Enums | |
---|---|
DISK_ENCRYPTION_UNSPECIFIED |
Unspecified. |
DISK_ENCRYPTION_UNKNOWN |
Chrome could not evaluate the encryption state. |
DISK_ENCRYPTION_DISABLED |
The main disk is not encrypted. |
DISK_ENCRYPTION_ENCRYPTED |
The main disk is encrypted. |
OsFirewall
Possible states of the OS-level firewall.
Enums | |
---|---|
OS_FIREWALL_UNSPECIFIED |
Unspecified. |
OS_FIREWALL_UNKNOWN |
Chrome could not evaluate the OS firewall state. |
OS_FIREWALL_DISABLED |
The OS firewall is disabled. |
OS_FIREWALL_ENABLED |
The OS firewall is enabled. |
ScreenLockSecured
Possible states of the Screen Lock password protection.
Enums | |
---|---|
SCREEN_LOCK_SECURED_UNSPECIFIED |
Unspecified. |
SCREEN_LOCK_SECURED_UNKNOWN |
Chrome could not evaluate the state of the Screen Lock mechanism. |
SCREEN_LOCK_SECURED_DISABLED |
The Screen Lock is not password-protected. |
SCREEN_LOCK_SECURED_ENABLED |
The Screen Lock is password-protected. |
SecureBootMode
Possible states of the Secure Boot mode of the device.
Enums | |
---|---|
SECURE_BOOT_MODE_UNSPECIFIED |
Unspecified. |
SECURE_BOOT_MODE_UNKNOWN |
Chrome was unable to determine the Secure Boot mode. |
SECURE_BOOT_MODE_DISABLED |
Secure Boot was disabled on the startup software. |
SECURE_BOOT_MODE_ENABLED |
Secure Boot was enabled on the startup software. |
SafeBrowsingProtectionLevel
Possible values for the Safe Browsing Protection Level.
Enums | |
---|---|
SAFE_BROWSING_PROTECTION_LEVEL_UNSPECIFIED |
Unspecified. |
INACTIVE |
Safe Browsing is disabled. |
STANDARD |
Safe Browsing is active in the standard mode. |
ENHANCED |
Safe Browsing is active in the enhanced mode. |
PasswordProtectionWarningTrigger
Possible values for the Password Protection Warning Trigger.
Enums | |
---|---|
PASSWORD_PROTECTION_WARNING_TRIGGER_UNSPECIFIED |
Unspecified. |
POLICY_UNSET |
The policy is not set. |
PASSWORD_PROTECTION_OFF |
No password protection warning will be shown. |
PASSWORD_REUSE |
Password protection warning is shown if a protected password is re-used. |
PHISHING_REUSE |
Password protection warning is shown if a protected password is re-used on a known phishing website. |
RealtimeUrlCheckMode
Possible values for the Realtime Url Check Mode.
Enums | |
---|---|
REALTIME_URL_CHECK_MODE_UNSPECIFIED |
Unspecified. |
REALTIME_URL_CHECK_MODE_DISABLED |
Disabled. Consumer Safe Browsing checks are applied. |
REALTIME_URL_CHECK_MODE_ENABLED_MAIN_FRAME |
Realtime check for main frame URLs is enabled. |
CrowdStrikeAgent
Properties of the CrowdStrike agent installed on a device.
JSON representation |
---|
{ "agentId": string, "customerId": string } |
Fields | |
---|---|
agent |
The Agent ID of the Crowdstrike agent. |
customer |
The Customer ID to which the agent belongs to. |
Trigger
Possible values for the Trigger.
Enums | |
---|---|
TRIGGER_UNSPECIFIED |
Unspecified. |
TRIGGER_BROWSER_NAVIGATION |
When navigating to an URL inside a browser. |
TRIGGER_LOGIN_SCREEN |
When signing into an account on the ChromeOS login screen. |
KeyTrustLevel
The trust level of the attested key.
Enums | |
---|---|
KEY_TRUST_LEVEL_UNSPECIFIED |
UNSPECIFIED. |
CHROME_OS_VERIFIED_MODE |
ChromeOS device in verified mode. |
CHROME_OS_DEVELOPER_MODE |
ChromeOS device in developer mode. |
CHROME_BROWSER_HW_KEY |
Chrome Browser with the key stored in the device hardware. |
CHROME_BROWSER_OS_KEY |
Chrome Browser with the key stored at OS level. |
CHROME_BROWSER_NO_KEY |
Chrome Browser without an attestation key. |