Hi,
I successfully configure google and microsoft in my portal
When user use google for log in everything is working fine.
But when a user use Microsoft for login
this error is showing:
What is the error behind this?

Hi,
I successfully configure google and microsoft in my portal
When user use google for log in everything is working fine.
But when a user use Microsoft for login
this error is showing:
What is the error behind this?
many things could have gone wrong 😉
For each and every external identity the contact who tries to log in has an entry in the entitytable "external identities" or something like that. For the user trying to log in i would check, whther she/he/div has both entries (one for google, one for the azure b2c account (i assume, with microsoft you mean b2c, which i would highly recomment to use))
May be one+ sentence on that one: i would highly recommend using azue b2c as an external provider and manage all authentication related stuff there. You could also set up the google authentication there as far as i know. Then you only have one provider as a view from the portal side and can have a very customizable log in experience in azure b2c with a lot of possible identity providers 🙂
Hope this helps,
Christian