From 54ffa2b0549b0e3269557e6ecb4d98c3269a30b1 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 16 May 2023 18:53:34 -0400 Subject: [PATCH] - documents the lack of CORS pre-flight support (#25563) Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com> --- .../oauth-apps/building-oauth-apps/authorizing-oauth-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md index 4662f78457..03f330726f 100644 --- a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md +++ b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md @@ -63,7 +63,7 @@ Parameter name | Type | Description `state` | `string` | {% data reusables.apps.state_description %} `allow_signup`|`string` | 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. -The PKCE (Proof Key for Code Exchange) parameters `code_challenge` and `code_challenge_method` are not supported at this time. +The PKCE (Proof Key for Code Exchange) parameters `code_challenge` and `code_challenge_method` are not supported at this time. CORS pre-flight requests (OPTIONS) are not supported at this time. ### 2. Users are redirected back to your site by GitHub