OpenID Connect
RU: OpenID Connect
OpenID Connect: an identity layer on top of OAuth 2.0 that adds user authentication to OAuth's authorization model. The authorization server issues an ID token — a signed JWT containing claims about the authenticated user — alongside the access token, letting a client verify who the user is without a separate identity protocol.