-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Rule “use-scim-for-identity-management/rule” (#7542)
* Create Rule “use-scim-for-identity-management/rule” * Update Rule “use-scim-for-identity-management/rule” * Update Rule “use-scim-for-identity-management/rule” * Update Rule “use-scim-for-identity-management/rule” * Update rules-to-better-security.md Adding a category
- Loading branch information
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
type: rule | ||
title: Do you integrate SCIM for Identity Management? | ||
uri: use-scim-for-identity-management | ||
authors: | ||
- title: Warwick Leahy | ||
url: https://ssw.com.au/people/warwick-leahy/ | ||
created: 2023-12-08T06:07:07.533Z | ||
guid: 214b9c9f-5a9e-4b47-9389-b02bdeb660c6 | ||
--- | ||
Leveraging SCIM (System for Cross-domain Identity Management) in conjunction with Entra ID (or whatever Identity provider you use) is crucial for efficient and secure identity synchronization across cloud-based applications and services. | ||
|
||
<!--endintro--> | ||
|
||
## Why Integrate SCIM with Azure AD? | ||
|
||
Integrating SCIM with Azure Active Directory automates the process of managing user identities in cloud applications. This integration streamlines user creation, modification, and deletion, reducing manual errors, saving administrative time, and enhancing security. | ||
|
||
### Bad Example | ||
|
||
Relying solely on manual identity management processes in Azure Active Directory without SCIM integration. This manual approach is inefficient, prone to errors, and can lead to security risks due to inconsistent identity data across applications. | ||
::: bad | ||
|
||
![Bad Example - SysAdmins have to provision each user separately in 3rd party products](bad-example-no-scim.jpg) | ||
|
||
::: | ||
|
||
### Good Example | ||
|
||
Implementing SCIM to automate user provisioning and deprovisioning across various cloud services. This ensures consistent identity data, improves security, and reduces the administrative burden. | ||
|
||
::: good | ||
|
||
![Good Example: SysAdmins only provision into EntraId the SCIM provisioning does all the work](good-example-scim.jpg) | ||
|
||
::: | ||
By integrating SCIM with Azure Active Directory, organizations can achieve a more streamlined, secure, and efficient approach to identity management across their cloud ecosystem. |