Hey everyone, so basically i’m trying to create an action that i’ll put in the login flow, the action will set a role for the user after it’s first login. Here’s my code snippet for the action:
I’ve already set my secret values and the auth0 dependency.
When trying to test my code i get this error:
Now after reading the documentation, i think i should just enable the client_credentials in the advanced settings of my app, but when trying to i get this warning:
When trying to change the Token Endpoint Auth Method, i wasn’t able to find it in the dashboard. Btw i’m using a SPA .
I hope this topic finds you well, waiting for your replies and thanks.


