I have an application and an API defined, which work, but the JWT payload returned by auth0 does not include client_id. How do I add it?
I followed this article and I can add client_id1 claim but not client_id, which is in a restricted list. So how do I add it? Looks like it’s possible in okta, so I thought it should be possible in auth0 as well.