Open
Description
Some IDPs such as Keycloak uses nested JSON claims such as realm_access
or address
. Here is the example:
{
"realm_access":{
"roles":[
"offline_access",
"default-roles-tcl",
"uma_authorization"
]
},
"address":{
"city":"City"
}
}
It would be good to define mapping like realm_access.roles:x-user-roles
or address.city:city
to extract values from nested structs.
Metadata
Metadata
Assignees
Labels
No labels