I am developing a Blazor Server app. based on the default template. I have successfully implemented Google authentication in my app. However, the system request is that I have three authentication method options available to the user: Google, Facebook, and OpenID.
Can this be done without conflicts between them, and if so, how?
Thanks!