Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ZT] SCIM support for all IdPs #18182

Merged
merged 12 commits into from
Nov 15, 2024
Merged

[ZT] SCIM support for all IdPs #18182

merged 12 commits into from
Nov 15, 2024

Conversation

ranbel
Copy link
Contributor

@ranbel ranbel commented Nov 14, 2024

PCX-11711

Copy link

cloudflare-workers-and-pages bot commented Nov 14, 2024

Deploying cloudflare-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2b634ce
Status: ✅  Deploy successful!
Preview URL: https://afbab082.cloudflare-docs-7ou.pages.dev
Branch Preview URL: https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev

View logs

Copy link

github-actions bot commented Nov 14, 2024

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/jumpcloud-saml/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/jumpcloud-saml/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/generic-oidc/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/generic-oidc/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/generic-saml/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/generic-saml/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/centrify-saml/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/centrify-saml/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/onelogin-saml/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/onelogin-saml/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/pingone-oidc/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/pingone-oidc/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/centrify/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/centrify/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/gsuite/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/gsuite/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/onelogin-oidc/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/onelogin-oidc/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/pingone-saml/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/pingone-saml/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/okta/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/okta/
https://developers.cloudflare.com/cloudflare-one/identity/users/scim/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/users/scim/
https://developers.cloudflare.com/cloudflare-one/policies/gateway/identity-selectors/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/policies/gateway/identity-selectors/
https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/entra-id/ https://ranbel-generic-scim.cloudflare-docs-7ou.pages.dev/cloudflare-one/identity/idp-integration/entra-id/

@github-actions github-actions bot added size/m and removed size/s labels Nov 14, 2024
@ranbel ranbel marked this pull request as ready for review November 15, 2024 21:04
@ranbel ranbel requested review from maxvp, a team and kennyj42 as code owners November 15, 2024 21:04
* **Enable group membership change reauthentication**: [Revoke a user's active session](/cloudflare-one/identity/users/session-management/#per-user) when their group membership changes in the IdP. This will invalidate all active Access sessions and prompt for reauthentication for any Gateway WARP session policies. Access will read the user's updated group membership when they reauthenticate.
* **Enable user deprovisioning**: [Revoke a user's active session](/cloudflare-one/identity/users/session-management/#per-user) when they are removed from the SCIM application in {props.idp}. This will invalidate all active Access sessions and prompt for reauthentication for any Gateway WARP session policies.
* **Remove user seat on deprovision**: [Remove a user's seat](/cloudflare-one/identity/users/seat-management/) from your Zero Trust account when they are removed from the SCIM application in {props.idp}.
* **Enable group membership change reauthentication**: [Revoke a user's active session](/cloudflare-one/identity/users/session-management/#per-user) when their group membership changes in {props.idp}. This will invalidate all active Access sessions and prompt for reauthentication for any Gateway WARP session policies. Access will read the user's updated group membership when they reauthenticate.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will change when we ship the toggle between re-auth and auto-update of the identity

Copy link
Contributor

@kennyj42 kennyj42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Only small change is adding the Group membership match between Auth and SCIM apps if they are separate to the generic SCIM and OIDC docs.

@ranbel ranbel merged commit eb2cadc into production Nov 15, 2024
13 checks passed
@ranbel ranbel deleted the ranbel/generic-scim branch November 15, 2024 23:00
harshil1712 pushed a commit that referenced this pull request Dec 3, 2024
* update supported idps

* update partial params

* check user registry

* jumpcloud scim

* break up jumpcloud steps

* add generic instructions

* remove extra line

* add link to google workspace

* add scim link to oidc idps

* add scim link to named IdPs

* remove scim from google workspace

* group memberships must match
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants