OpenID Connect
OIDC is an identity layer built on top of OAuth 2.0 that lets applications verify who a user is, not just what they can access. The identity provider issues a signed ID token containing claims about the user after authentication. It powers most modern web and mobile single sign-on, including social login buttons.