{
"sub" : "263DFEBC-EB43-46E7-A4D7-398C5D161190",
"user" : {
"name" : "hylanduser"
}
}
For nested JSON objects, inner objects are accessed through a period. In the above example, the user.claim setting would be user.name.
{
"sub" : "263DFEBC-EB43-46E7-A4D7-398C5D161190",
"user" : {
"name" : "hylanduser"
}
}
For nested JSON objects, inner objects are accessed through a period. In the above example, the user.claim setting would be user.name.