mirror of https://github.com/dexidp/dex.git
Browse Source
Adds a ForceQueryResponseMode configuration option which can be used to enforce the response_mode parameter set to `query` in the LoginURL and is set to false by default. Although not `query` is the default response_mode according to the OIDC specification some implementations use other response_modes by default and therefore require this option to be set to work with Dex. Fixes #2580 Signed-off-by: Johannes Tandler <johannes.tandler@zeiss.com>pull/2714/head
2 changed files with 97 additions and 0 deletions
Loading…
Reference in new issue