diff --git a/src/content/docs/cloudflare-one/identity/idp-integration/github.mdx b/src/content/docs/cloudflare-one/identity/idp-integration/github.mdx index 7452d1bdcbed85c..e238b33b1a68a46 100644 --- a/src/content/docs/cloudflare-one/identity/idp-integration/github.mdx +++ b/src/content/docs/cloudflare-one/identity/idp-integration/github.mdx @@ -48,6 +48,11 @@ To configure GitHub access in both GitHub and Cloudflare Zero Trust: To test that your connection is working, go to [Zero Trust](https://one.dash.cloudflare.com) > **Authentication** > **Login methods** and select **Test** next to your GitHub login method. If you have GitHub two-factor authentication enabled, you will need to first login to GitHub directly and return to Access. + +:::note[Troubleshooting Organization Policies] +When using a GitHub organization policy, if a user joins the required organization *after* a failed login attempt, they will remain blocked. To fix this, they must **revoke the application's access in their GitHub settings** and log in again to update their permissions. +::: + ## Example API Configuration ```json @@ -59,4 +64,4 @@ If you have GitHub two-factor authentication enabled, you will need to first log "type": "github", "name": "my example idp" } -``` +``` \ No newline at end of file