...
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_type | Flow |
---|---|
code | Authorization code flow |
id_token | Implicit flow |
id_token token | Implicit flow |
code token | Hybrid flow |
| Hybrid flow |
code id_token token | Hybrid flow |
...