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):
@outputs('HTTP_-_Genereer_token').body.access_token
Next I use an HTTP request which resets the password of the given user.
The problem is that I get an error:
"code": "InvalidAuthenticationToken",
"message": "Access token validation failure. Invalid audience."
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.

