mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 00:16:36 +00:00
* New Access Control and ReOrg * Enhance Access Control Documentation and Add New Resources - Updated `next.config.mjs` to include new redirects for access control documentation. - Added multiple images related to access control and endpoint detection and response. - Refactored links in various documentation files to point to the new access control structure. - Removed outdated documentation files and created new ones for managing access control and endpoint detection. - Introduced a new section for understanding posture checks and their implementation in access control. This commit aims to improve the organization and clarity of access control resources, aligning with the recent restructuring of documentation. * Remove outdated Intune MDM documentation and update links in access control resources. This commit enhances the organization of the documentation by eliminating obsolete files and ensuring all references to Microsoft Intune are correctly aligned with the new structure. * Fix typos in access control documentation for clarity and accuracy. Updated "Understnading" to "Understanding" and corrected "NerBird" to "NetBird" in relevant sections. * Fix typo in Access Control section * Fix formatting in posture checks documentation * Added a space in the Posture Checks reference for clarity.
55 lines
2.6 KiB
Plaintext
55 lines
2.6 KiB
Plaintext
# Provision Users and Groups From Your Identity Provider
|
|
|
|
<p>
|
|
<img src="/docs-static/img/how-to-guides/supported-identity-providers.png" alt="supported-identity-providers"
|
|
className="imagewrapper-big"/>
|
|
</p>
|
|
|
|
Managing private network access in a business environment is a critical yet often cumbersome task.
|
|
As companies grow and evolve, the manual process of granting access for new employees and revoking it for
|
|
departing ones becomes increasingly time-consuming and error-prone. This challenge strains IT resources, poses significant
|
|
security risks, and impacts productivity.
|
|
|
|
NetBird's IdP-Sync automates user access management to private networks by integrating with your identity provider (IdP)
|
|
and automatically provisioning users and groups. This integration ensures that changes to groups and users are
|
|
synchronized from your identity provider to NetBird, granting appropriate network access to new users and immediately
|
|
revoking access for departing employees.
|
|
|
|
NetBird allows you to use synchronized groups to create [access control policies](/manage/access-control/manage-network-access#creating-policies),
|
|
or update network configurations like [DNS](/how-to/manage-dns-in-your-network#distribution-groups),
|
|
eliminating the need for manual grouping.
|
|
|
|
<Note>
|
|
This feature is only available in the cloud version of NetBird in the [Team plan](https://netbird.io/pricing) and above.
|
|
</Note>
|
|
|
|
This video guide walks you through an example integration with Microsoft Entra ID, covering both user onboarding and
|
|
offboarding scenarios:
|
|
|
|
<div className="videowrapper">
|
|
<iframe src="https://www.youtube.com/embed/RxYWTpf7cgY" allow="fullscreen;"></iframe>
|
|
</div>
|
|
|
|
## Supported Identity Providers
|
|
|
|
NetBird provides native support for syncing with the most popular identify providers.
|
|
For detailed setup and configuration steps, select an IdP from the section below:
|
|
|
|
* [Entra ID (Azure AD)](/how-to/microsoft-entra-id-sync)
|
|
* [Okta](/how-to/okta-sync)
|
|
* [Google Workspace](/how-to/google-workspace-sync)
|
|
* [JumpCloud](/how-to/jumpcloud-sync)
|
|
* [Keycloak](/how-to/keycloak-sync)
|
|
|
|
### Generic SCIM
|
|
|
|
NetBird provides a way to sync users and groups from any identity provider that supports the SCIM (System for Cross-domain Identity Management) protocol.
|
|
SCIM is a standardized protocol that works with most modern identity providers, although configuration varies between providers.
|
|
|
|
If your provider is not listed above, contact us at support@netbird.io for assistance with your specific IdP setup.
|
|
|
|
<p>
|
|
<img src="/docs-static/img/how-to-guides/generic-scim.png" alt="generic-scim"
|
|
className="imagewrapper-big"/>
|
|
</p>
|