Hello there,
I have a very fundamental question here. Let me start with the situation:
1. I have developed a custom connector and a connection using oAuth 2.0
2. Shared the connector and connection
3. Suppressed the consent pop-up using powershell method as described in the documentation
4. Used the connection in simple powerapps app.
4. All this is done with an admin account.
Now I am switching to a normal user account. Trying to use the app. App is working fine, but behind the screen what is see, it is using the admin credentials to call my backend API. That is a compliance issue, as we would like to know who is the use that called the api.
Is there a way to pass the current user credentials all through the interaction, end-to-end. This means, I would like to suppress the consent pop-up, but would like current user credential be used for calling the API.
Thank you!