Provide a way in gloo edge to fetch the distributed claims for the reference in the JWT
These claims will be used in RBAC to enforce certain permissions.
This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.
Version
1.11.x (beta)
Is your feature request related to a problem? Please describe.
In an OIDC flow, sometimes we use the distributed claims to avoid maxing out the size of a JWT, check https://openid.net/specs/openid-connect-core-1_0.html#AggregatedDistributedClaims
Describe the solution you'd like
Provide a way in gloo edge to fetch the distributed claims for the reference in the JWT These claims will be used in RBAC to enforce certain permissions.
Describe alternatives you've considered
OPA
Additional Context
No response