oidc Response Mode
Parameters
value
The response mode to be used in the OAuth2 request. Allowed values are query
and form_post
. Defaults to query
. If using Vault namespaces, and oidc_response_mode
is form_post
, then namespace_in_state
should be set to false
.