I have created a Blazor Webassembly (.NET 7) which I setup the Microsoft identity upon creation, this is for our employees to access the application, now we have users that are not directly hired by our company, and they don't have a Microsoft account (on our Azure Ad), so what I'm trying to achieve now is to combine both Microsoft Identity and Identity Account, but currently I don't know how to do it.
Can someone teach me how to do combine those two authentications?
I haven't tried anything yet.