Enrich JWT token with claims
POST/v1/auth/webhook
Handles the request from Ory Hydra when a JWT is being created to add additional content based on the Ory Hydra Client. This webhook enriches the token with custom claims specific to the requesting client and user.
Request
Responses
- 200
- 400
- 500
Successfully enriched token with additional claims
Bad request - invalid input parameters
Internal server error