
Announcements
how we can implement a logout portal with azure b2c user???
Hi @ishant28 :
Do you want to log in or log out using Azure AD authentication?
This article provides very detailed steps that you can refer to:
Azure AD B2C provider settings for portals
You can create or configure the following site settings in portals to support Azure AD B2C as an identity provider(It is mentioned in the above article):
Site Setting Description
| Authentication/OpenIdConnect/[Federation-Name]/PostLogoutRedirectUri | Specifies the URL within the portal to redirect to after a user signs out. |
In addition, I found a very good article, each step has a corresponding screenshot, I think it should help you:
https://readyxrm.blog/2019/07/24/configure-azure-ad-b2c-for-powerapps-portals/
Best Regards,
Bof