Is there a management API which allows me to provide a payload and returns a signed JWT?
It may be a weird request, but I need it for spoofing purposes in my app.
Is there a management API which allows me to provide a payload and returns a signed JWT?
It may be a weird request, but I need it for spoofing purposes in my app.
Hi @Arsenalist,
Unfortunately, the Management API does not offer an endpoint to sign arbitrary payloads into JWTs. Instead, it is designed for administrative tasks like managing users, applications, and other resources within Auth0.
If you need to sign and verify payloads into JWTs, you should consider using one of the JSON Web Token Libraries - jwt.io.
Thanks,
Rueben
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.