blob: 90e463584f2904537283aa5612077e8b98f8eb74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"accounts": [
{
"id": "1234",
"given_name": "John",
"name": "John Doe",
"email": "john_doe@idp.example",
"picture": "https://idp.example/profile/123",
"approved_clients": ["123", "456", "789"]
}
]
}
|