File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
src/content/docs/cloudflare-one/identity/idp-integration Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments