Is it possible to add custom claims to an auth0 access token programmatically (I am using Quarkus), i.e., without calling auth0 actions/authorization server.
I could find documentation and example to add custom claim using Auth0 Actions and custom authorization server at the time of token generation but my use case is that I want to add custom claims to the token from my code after I receive the token for Auth0. Is this possible? Does Auth0 allows this? If possible could you please point me to the documentation or an example?