We are working on a Canvas App which is simply an admin dashboard that allows performing bulk operations such as bulk assigning roles, teams to users, etc.
We are using a custom connector with this app, which consumes dynamics CRM rest API. When uploading the swagger JSON to create a custom connector in Power Apps, we have to provide, Client Id and Client Secret (AD for authentication) and resource URL (CRM instance URL).
Everything is working pretty smoothly with this setup. Now consider we are publishing this app publically on app source. Now when someone chooses to install our app from the app source, how will things work for them? would they be asked to provide the above-mentioned detail required by the custom connector?