Skip to content

Commit 229350f

Browse files
authored
Remove PKCE note from oauth apps page (#56659)
1 parent a9c98fc commit 229350f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This endpoint takes the following input parameters.
7171
| `allow_signup`|`string` | Optional | Whether or not unauthenticated users will be offered an option to sign up for GitHub during the OAuth flow. The default is `true`. Use `false` when a policy prohibits signups. |
7272
| `prompt` | `string` | Optional | Forces the account picker to appear if set to `select_account`. The account picker will also appear if the application has a non-HTTP redirect URI or if the user has multiple accounts signed in. |
7373

74-
{% ifversion not pkce_support %}The PKCE (Proof Key for Code Exchange) parameters `code_challenge` and `code_challenge_method` are not supported at this time. {% endif %}CORS pre-flight requests (OPTIONS) are not supported at this time.
74+
{% ifversion pkce_support %}{% else %}The PKCE (Proof Key for Code Exchange) parameters `code_challenge` and `code_challenge_method` are not supported at this time. {% endif %}CORS pre-flight requests (OPTIONS) are not supported at this time.
7575

7676
### 2. Users are redirected back to your site by GitHub
7777

0 commit comments

Comments
 (0)