← back to v136 · fedcm-multi-idp-in-single-get-call-and-remove-add-accounts-in-passive-mode
conformance · v136
v136 · fedcm-multi-idp-in-single-get-call-and-remove-add-accounts-in-passive-mode — conformance probe
5 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
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
credentials-get-is-function |
navigator.credentials.get is a function — the FedCM entry point that now accepts multiple IdPs. spec ↗ | typeof | … | |
identity-credential-class |
IdentityCredential exists — the credential type returned by multi-IdP FedCM calls. spec ↗ | exists | … | |
abort-signal-supported |
AbortSignal exists — required to cancel a pending multi-IdP get(). | exists | … | |
passive-mode-without-add-accounts |
Calling get({identity:{providers:[]}}) returns a Promise — passive-mode discovery is now a no-add-accounts flow. | script | … | |
multiple-providers-shape |
An identity options object accepts an array of provider configs (shape check — passing two entries does not throw synchronously). | script | … |