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@example.com",
  "oidc_fields": {
    "email": "email@example.com",
    "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..
Was this page helpful?