Hi Power Platform Community,
I'm working on integrating Azure AD B2C as the default identity provider for my Power Pages site (using the default domain). I’ve set up a new environment with a blank Power Page to avoid caching issues from earlier attempts, but I’m running into a 401 Unauthorized error when clicking the Sign in button.
Here's what I’ve done so far:
- Created an Azure AD B2C tenant
- Configured a sign-up/sign-in user flow.
- In Power Pages identity provider configs, begin configuring Azure AD B2C identity provider, copied the Redirect URI.
- Over in the Azure AD B2C tenant, registered an app and pasted the Redirect URI that I copied (in step above).
- Copied the Application (client) ID from the B2C app registration into the Power Pages identity provider config window into the Client ID field
- Copied the Issuer URL from the "run flow" openid-configuration into the Power Pages identity provider config window in the Authority field.
- Specified the Default Policy ID (the name of the user flow)
- In Valid Issuers: Only the issuer URL above for now
- Set Azure AD B2C as the default provider
- Published the site
The result is "This page isn’t working. If the problem continues, contact the site owner. HTTP ERROR 401."
I have the same question (0)