Firebase Auth now allows your integrate custom authentications such as OpenID Connect and SAML:
Considering I have a whole platform running with Azure Entra ID (legacy Azure Active Directory), how should I configure Firebase Auth in order to:
- Allowing SSO
- JWT token to obtain basic information from Azure AD (email, mobile number, etc)