I know how to map a Microsoft login for those in my organization using this as the issuer https://login.microsoftonline.com/<my-tenant-id>/v2.0
However, I want to open up my app to the public which means I'd like to allow them to use their own e-mail addresses and not the one I manage in my organization.
How would I go about doing that since the URL I have is specifically for my organization.