Skip to content

Commit

Permalink
Create Rule “use-scim-for-identity-management/rule” (#7542)
Browse files Browse the repository at this point in the history
* 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
leahy268 authored Dec 14, 2023
1 parent fe716cf commit 6c36b77
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ index:
- conditional-access-policies
- microsoft-defender-365
- do-you-use-access-packages
- use-scim-for-identity-management
- implementing-intune
- open-policy-personal-data-breaches
- do-you-use-built-in-authentication-from-ms
Expand Down
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.
37 changes: 37 additions & 0 deletions rules/use-scim-for-identity-management/rule.md
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.

0 comments on commit 6c36b77

Please sign in to comment.