Authorization Code Flow (recommended). Returns an authorization code that is exchanged for tokens on the server-side.
Implicit Flow returning an access token directly from the authorization endpoint.
Implicit Flow returning an ID token.
Implicit Flow returning both an ID token and an access token.
Hybrid Flow returning an authorization code and an ID token.
Hybrid Flow returning an authorization code and an access token.
Hybrid Flow returning an authorization code, ID token, and access token.
Supported OAuth 2.0 / OpenID Connect response types.
Response types determine which artifacts are returned from the authorization endpoint during authentication.