Hello, I am trying to setup a Form with a Flow that lets the user type their first and last name and updates the user profile by putting the full name as the “name” attribute. In the Flow creation page there is an “Update user” action that seems to fit my needs, but I don’t understand how to set the Vault connection. I guess that I have to choose a Vault connection that contains the Management API credentials, but the docs say that in production I have to manually provide tokens from my backend (Get Management API Access Tokens for Production). Is there a way to do so from within the flow?
1 Like
Hi @Essay97
Welcome back to the Auth0 Community!
Thank you for posting your question. In terms of vaults, you can set up an M2M application and connect it to the Flows as a Vault. Forms will store both tokens and generate a new access token before it expires. You can read more about Vaults here → Vault
Thanks
Dawid
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.