Nested OIDC Claims???

Hey, So I am currently integrating my OIDC Provider into CF Zero Trust, but having issues with Nested OIDC claims.. I have this:
{
"email": "[email protected]",
"oidc_fields": {
"email": "[email protected]",
"accesses": {
"git-access": true
}
}
}
{
"email": "[email protected]",
"oidc_fields": {
"email": "[email protected]",
"accesses": {
"git-access": true
}
}
}
I want to make a Zero Trust Policy that allows access if the git-access is set to true, This is a pretty simple and test subject to what I actually want to do, but I need to know if its possible to work with nested claims..
1 Reply
Erisa
Erisa7d ago
I don't have a way to test this so I'm not totally sure, I think it might be unsupported but if it is then it's definitely not documented. Thought I knew something else vaguely related but I was misremembering

Did you find this page helpful?