Skip to content

Commit f6d289c

Browse files
[CF1] supported algorithms (#19932)
* [CF1] supported algorithms * Update src/content/docs/cloudflare-one/identity/idp-integration/generic-oidc.mdx
1 parent 3072713 commit f6d289c

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

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

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ Your identity provider must support SCIM version 2.0.
5959

6060
### 1. Enable SCIM in Zero Trust
6161

62-
<Render
63-
file="access/enable-scim-on-dashboard"
64-
params={{ idp: "IdP"}}
65-
/>
62+
<Render file="access/enable-scim-on-dashboard" params={{ idp: "IdP" }} />
6663

6764
### 2. Configure SCIM in the IdP
6865

@@ -77,7 +74,7 @@ If you would like to build policies based on IdP groups:
7774

7875
### 3. Verify SCIM provisioning
7976

80-
<Render file="access/verify-scim-provisioning"/>
77+
<Render file="access/verify-scim-provisioning" />
8178

8279
## Optional configurations
8380

@@ -111,3 +108,14 @@ Cloudflare Access does not support partial OIDC claim value references or OIDC s
111108
"name": "Generic Google"
112109
}
113110
```
111+
112+
## Supported algorithms for generic OIDC tokens
113+
114+
Cloudflare supports the following algorithms for verifying generic OIDC tokens:
115+
116+
- RS512
117+
- RS256
118+
- PS512
119+
- ES256
120+
- ES384
121+
- ES512

0 commit comments

Comments
 (0)