Security

OAuth 2.0

An authorization framework that enables third-party applications to access a user's resources without exposing their credentials. OAuth 2.0 defines four grant types: Authorization Code, Implicit, Client Credentials, and Resource Owner Password. The protocol uses access tokens and refresh tokens to manage permissions. OAuth 2.0 is not an authentication protocol itself but is often combined with OpenID Connect for identity.

関連プロトコル

ガイドで言及されています

関連シナリオ

定義元

意思決定ガイド

関連項目