Unverified Commit 1804ac1e authored by John-Michael Faircloth's avatar John-Michael Faircloth Committed by GitHub
Browse files

OIDC: add note on PKCE support for code flow (#13206)

* OIDC: add note on PKCE support for code flow

* add changelog

* remove changelong
Showing with 2 additions and 1 deletion
+2 -1
......@@ -117,7 +117,8 @@ JSON Pointer can be used as a selector. Refer to the
This section covers the setup and use of OIDC roles. If a JWT is to be provided directly,
refer to the [JWT Authentication](/docs/auth/jwt#jwt-authentication) section below. Basic
familiarity with [OIDC concepts](https://developer.okta.com/blog/2017/07/25/oidc-primer-part-1)
is assumed.
is assumed. The Authorization Code flow makes use of the Proof Key for Code
Exchange (PKCE) extension.
Vault includes two built-in OIDC login flows: the Vault UI, and the CLI
using a `vault login`.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment