-
The Cloudflare access JWT (as discussed in #66) has custom claims inside a "custom" object, for example as below. Is there a configuration syntax where I can
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The "custom" claim is in the original JWT, but not in the token in the OAUTH2_CLAIM_access_token. Do I need to do something extra to enable this clam? |
Beta Was this translation helpful? Give feedback.
-
nested claims are not (yet) supported in the |
Beta Was this translation helpful? Give feedback.
To answer my own question,
require oauth2_claim custom.roles:admin_user
worked against the token I showed above.