demo · v143

JSON Account List

Edit the IdP’s response body. The simulator parses it as the v143 structured JSON shape and renders the account picker the way Chrome would. Errors highlight the schema rules.



    

response body (edit me)

account chooser preview

Sign in with idp.example

the call

# v143 IdP can answer with structured JSON.
HTTP/1.1 200 OK
Content-Type: application/json

{
  "accounts": [
    {
      "id": "u_001",
      "name": "Alice Adams",
      "email": "alice@example.com",
      "picture": "https://…/alice.png",
      "approved_clients": ["rp-abc123"]
    }
  ]
}

see also