Skip to content

Commit 25df4aa

Browse files
committed
[Zero Trust] Update GitHud identity
1 parent 421c0cb commit 25df4aa

File tree

1 file changed

+8
-1
lines changed
  • src/content/docs/cloudflare-one/identity/idp-integration

1 file changed

+8
-1
lines changed

src/content/docs/cloudflare-one/identity/idp-integration/github.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ pcx_content_type: how-to
33
title: GitHub
44
---
55

6+
import { Aside } from '@astrojs/starlight/components';
7+
68
Cloudflare Zero Trust allows your team to connect to your applications using their GitHub login. You do not need to have a GitHub organization to use the integration.
79

810
## Set up GitHub Access
@@ -48,6 +50,11 @@ To configure GitHub access in both GitHub and Cloudflare Zero Trust:
4850
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.
4951
If you have GitHub two-factor authentication enabled, you will need to first login to GitHub directly and return to Access.
5052

53+
54+
<Aside title="Troubleshooting Organization Policies">
55+
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.
56+
</Aside>
57+
5158
## Example API Configuration
5259

5360
```json
@@ -59,4 +66,4 @@ If you have GitHub two-factor authentication enabled, you will need to first log
5966
"type": "github",
6067
"name": "my example idp"
6168
}
62-
```
69+
```

0 commit comments

Comments
 (0)