
Hi,
Is it possible to authenticate to Canvas Apps - power apps for mobile using asp.net identity.
Similar to portals, we want to enable customers to login from mobile app using Canvas apps.
Has anyone tried this before and is it feasible?
Thanks in advance for any inputs.
Hi partner,
1.You could build webapi to connect to Canvas Apps by Oauth 2.0.
docs.microsoft.com/.../dev-enterprise-intro
2.You could also embed the canvas app as iframe into other websites.
You just need to get the canvas app id and put it in the url like "apps.powerapps.com/.../appid
docs.microsoft.com/.../embed-apps-dev
And I also recommend you to find more professional answers in Power Apps Forum.
https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1
Best Regards,
Leo