response Type
Parameters
value
The Response Type to request for in the OIDC Authorization Request for web sign-in. The CODE Response Type is recommended to avoid the Implicit Flow, for security reasons.
CODE: The
response_type=codeselection uses the Authorization Code Flow for web sign-in. Requires a configured client secret.ID_TOKEN: The
response_type=id_tokenselection uses the Implicit Flow for web sign-in. Possible values are:CODE,ID_TOKEN.