From ffba756904eed3c1e5aa0087d9a732979dbea7b0 Mon Sep 17 00:00:00 2001 From: Deepu Date: Mon, 8 Nov 2021 13:09:34 +0100 Subject: [PATCH] minor improvement --- website/docs/r/app_oauth.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/app_oauth.html.markdown b/website/docs/r/app_oauth.html.markdown index ef479187e..c86f5ea02 100644 --- a/website/docs/r/app_oauth.html.markdown +++ b/website/docs/r/app_oauth.html.markdown @@ -61,7 +61,7 @@ The following arguments are supported: - `client_basic_secret` - (Optional) OAuth client secret key, this can be set when token_endpoint_auth_method is client_secret_basic. -- `token_endpoint_auth_method` - (Optional) Requested authentication method for the token endpoint. It can be set to `"none"`, `"client_secret_post"`, `"client_secret_basic"`, `"client_secret_jwt"`, `"private_key_jwt"`. +- `token_endpoint_auth_method` - (Optional) Requested authentication method for the token endpoint. It can be set to `"none"`, `"client_secret_post"`, `"client_secret_basic"`, `"client_secret_jwt"`, `"private_key_jwt"`. To enable PKCE, set this to `"none"`. - `auto_key_rotation` - (Optional) Requested key rotation mode.