I have a canvas app that uses an in-app power automate flow with custom and built-in connector, connecting to Azure Key Vault, creating/updating/getting secrets.
When a user uses mobile to open up the canvas app, they will encounter a permissions pop-up which will require them to sign into all the required permissions including Azure Key Vault. Upon clicking sign in for Azure Key Vault, it will prompt them to enter the Key Vault name. Once the key vault name is keyed in, they will click create. However, it will only loop them back to the initial pop-up. This ends up as a loop.
Summary:
1. Permissions Pop-up -> Click Sign In on Azure Key Vault
2. Input Key Vault Name -> Click create
3. Goes back to Permissions Pop-up
4. Loops
Please help me out.