C8Y SSO Azure B2C

Hello

We managed to have SSO with Azure AD but would like to have Azure B2C in future.
Currently we receive the Authorization Code from Azure but afterwards when coming to exchange the code for the token we receive the following:

404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

We tried the following configuration in C8Y:

Authorization Request URL
https:///.onmicrosoft.com//oauth2/authorize

Request parameters
response_type code
redirect_uri {redirectUri}
clientID {clientId}
scope openid

Token Request URL
https:///.onmicrosoft.com/oauth2/token?p=
grant_type=authorization_code&code=${code}&redirect_uri=${redirectUri}&scope=openid&client_id=${clientId}&client_secret=

Does someone have knowledge how to configure Azure B2C with C8Y?

Thanks in advance.

BR
Nico

Hi Nico,

I have contacted a colleague who is our Azure expert. He will have a look at your question.

best regards
Michael