-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpresentation-employee-rules.json
45 lines (45 loc) · 1.07 KB
/
presentation-employee-rules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"attestations": {
"idTokens": [
{
"clientId": "authenticator",
"configuration": "{DOMAIN_URL}/realms/master/.well-known/openid-configuration",
"redirectUri": "vcclient://openid",
"scope": "openid profile",
"mapping": [
{
"outputClaim": "userName",
"required": false,
"inputClaim": "$.preferred_username",
"indexed": false
},
{
"outputClaim": "displayName",
"required": true,
"inputClaim": "$.name",
"indexed": false
},
{
"outputClaim": "firstName",
"required": true,
"inputClaim": "$.given_name",
"indexed": false
},
{
"outputClaim": "lastName",
"required": true,
"inputClaim": "$.family_name",
"indexed": true
}
],
"required": false
}
]
},
"validityInterval": 2592000,
"vc": {
"type": [
"VerifiedCredentialEmployee"
]
}
}