'Can Auth0 allow Client Credentials Flow allow the client to send additional information that can be added as claims to the token?

I need Auth0 (using the Client Credentials Flow) to allow the client to send additional information that can be added as claims to the token. So for example, when the client calls /oauth/token, they can pass an additional bit of information that will be included as a claim inside the token return to the client.

Is this possible?

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source