
Announcements
We want to use On-prem SOAP service (except Username / PWD and return token) via Azure API management to authenticate PowerApps Portal external users.
User will use PowerApps Portal Login page to give Username and Password this information will be passed to On-Prem Login API via AZURE API management where we will use REST to SOAP policy and get the response from On-prem service.
My question:
Is above functionality possible?
if yes, which PowerApps Portal authentication option we need to use.
Hi @Amit-Tyagi
FYI. Portals allows portal users to sign in with their choice of an external account based on ASP.NET Identity.
Please check the docs below
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/configure-openid-provider
And additional info for your OpenID connect
https://www.dancingwithcrm.com/claims-mapping-for-openidconnect-for-portal/
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.