mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
OIDC: add note on PKCE support for code flow (#13206)
* OIDC: add note on PKCE support for code flow * add changelog * remove changelong
This commit is contained in:
parent
77601ceddf
commit
1804ac1efd
1 changed files with 2 additions and 1 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue