mirror of https://github.com/dexidp/dex.git
Browse Source
dex configuration public on staticClients now enables the following behavior in PKCE: - Public: false, PKCE will always check client_secret. This means PKCE in it's natural form is disabled. - Public: true, PKCE is enabled. It will only check client_secret if the client has sent one. But it allows the code flow if the client didn't sent one. Signed-off-by: Bernd Eckstein <Bernd.Eckstein@faro.com>pull/1784/head
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue