Ready to post? First, try searching for your answer.
Hello, I am using Auth0 forms and flows feature to add new forms within my universal login page. I have seen the section in flows to call HTTP endpoint as below:
My API requires access_token generated by auth0. I want a way to call my API within flows and store the API response in variable so that I can show the response to the next step of my forms.
Bump! I have the same issue - there’s no way to authenticate calls to external endpoints with m2m authentication as shown in auth0 blog, entry /using-m2m-authorization/ . There’s HTTP Vault but it stores static bearer token which expires after certain time. There’s no way to obtain access token that can be sent as header to external service.