Hi,
I have a customapi that can connect to my odata. PowerApps is using customapi and working well. Now, i need to use MS Flow (http) from PowerApp (only can use http). PowerApp can call customized flow. The problem is how can i pass customapi authenication to MS Flow Http authenication. Currently i did hard code on Http authenication(Basic or Bear) for development stage. I can't hard code it for production stage. My system has user action log activity if i hard code the user, user activity log are wrong. My question is how can i pass/get the credential from custom api to http authenication?
Note: I can only use Basic or Bear authenication for http authenication.
Thanks
Hi @yukonn,
Do you want to get the credentials from Custom APIs to HTTP authentication via PowerApps?
It seems that your flow is triggered by a PowerApps button.
On PowerApps, I assume that you could add two labels for Username and Password, then use the corresponding dynamic content for each field.
Please take a try with it.
Best regards,
Mabel