← back to v141 · fedcm-alternative-fields-in-account-selection
conformance · v141
v141 · fedcm-alternative-fields-in-account-selection — conformance probe
6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
identitycredential-exposed |
IdentityCredential is exposed globally; it is the credential type FedCM produces. | exists | … | |
credentials-get-accepts-identity |
navigator.credentials.get accepts an 'identity' member describing the FedCM request. | script | … | |
identityprovider-config-fields |
The IdentityProviderRequestOptions dictionary accepts a 'fields' member listing account fields to disclose (name, email, picture, phone, username). | script | … | |
credentials-store-exists |
navigator.credentials.store remains the storage path for credential types; the surface persists alongside FedCM. | script | … | |
fedcm-requires-secure-context |
isSecureContext is exposed; FedCM is restricted to secure contexts per spec. | script | … | |
abort-signal-supported |
AbortSignal exists so callers can abort an in-flight identity request, as the spec requires. | exists | … |