Google AI ModeSep 20, 2026
Because I don't have access to your personal accounts, company network, or browser session, I can't see your specific environment. However, depending on whether you are trying to find this for a work account , a personal login , or as a developer , here are the fastest ways to figure out what your Identity Provider (IdP) is:
- Check your login page: Look at the URL or the login screen when you sign in using Single Sign-On (SSO). If it redirects you to a URL like
://microsoftonline.com,://google.com,okta.com, or://pingone.com, that domain usually reveals your IdP (Microsoft Entra ID/Azure AD, Google,Okta,
Ping Identity, etc.).
- Ask your IT or Help Desk: If this is for a corporate, school, or organization account, your internal IT or system administrator manages the IdP configuration and can tell you immediately.
- Check browser developer tools: If you are actively going through a SAML or OIDC login flow, open your browser's Developer Tools (F12), go to the Network tab, look for the
SAMLResponseoropenid-connectredirect, and inspect the issuer or entity ID URL. - Check app integrations: If you are logged into an app or developer portal, look under Account Settings, Security , or Single Sign-On to see which external auth provider is linked.