Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WSO2 Identity Server supports all the above OpenID Connect authentication flows, and the response_type value specified in an authorization request is what determines the authentication flow that is to be used.

The following table describes the flow that gets selected depending on the response_type value you specify in an authorization request:

Specified response_typeFlow
codeAuthorization code flow
id_token Implicit flow
id_token token Implicit flow
code token Hybrid flow

code id_token

Hybrid flow
code id_token token Hybrid flow

...