How to add Azure B2c to Squidex

I cannot access the URL. When I open it, it does not give me any results.

@Sebastian
Can you point me to the correct configuration based on https://dynatexdigital.b2clogin.com/dynatexdigital.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1A_SIGNUP_SIGNIN

As you can see above I have not configured it. Usually it is just AUTHORITY_URL/.well-known/openid-configuration

1 Like

@Sebastian
you mean: ```
{

"name": "IDENTITY__OIDCAUTHORITY",

"value": "https://dynatexdigital.b2clogin.com/dynatexdigital.onmicrosoft.com/v2.0",

"slotSetting": false

},

https://login.microsoftonline.com/{tenantId}/v2.0

@Sebastian Im using custom policy in azure ad b2c. It is not my login page

Then you have to check the azure docs how to configure the authority URL, I have no idea about the details.

1 Like

@Sebastian I think authority is right, but I dont know Squidex get 500 error when finish login. The docker on my local is same error