I have created a regular web application using Username-Password-Authentication and with “Authorization code” grant type enabled.
I have created and deployed an action to insert custom claim (Between ‘Start’ and ‘Complete’ for a Login Flow, which works and shows the correct information in results when I test
{
“name”: “https://ourapp.com/user_role”,
“target”: “idToken”,
“type”: “SetCustomClaim”,
“value”: “Developer”
}
However, when I test the application it doesn’t return an id_token in the payload
I also can see the error:
Access denied | ourtenant.auth0.com used Cloudflare to restrict access
How to unblock this?