Hello there,
I'm busy with building a flow that resets the password of a user. The flow starts manually by me (global admin).
First I generate an acces token (HTTP - Genereer token). The Compose (samenstellen):
Next I use an HTTP request which resets the password of the given user.
The problem is that I get an error:
I tried several things to solve the problem (so many I cannot recall), but now i'm running out of options.
I'm sure there's someone who can help me.
make sure that your registered app has the required scope
jwt.io says the token is invalid. So now I know why my flow doesn't work. However, I do not know how to get a valid acces token.
Investigate the token with jwt.io - as it says it is likely misconfigured.