I would like to setup b2c authorization on my Azure developer portal.
I have deployed SocialAndLocalAccounts starter pack with my configurations (https://b2ciefsetupapp.azurewebsites.net/).
Now, when I try to sign in via my Microsoft account – I get an error:
and Server Error on UI:
As you can see on the screen, we are getting a correct token without issue (can check it on jwt.ms)
Should I configure the “OAuth 2.0 + OpenID Connect” menu in API management? But I didn’t see any tutorial about it for b2c.