Skip to content

Commit

Permalink
Add a newline so the bad example appears properly (#7591)
Browse files Browse the repository at this point in the history
* Update rules-to-better-azure.md

* Update rule.md
  • Loading branch information
leahy268 authored Dec 18, 2023
1 parent 91e4bcc commit afa4797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/use-scim-for-identity-management/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Integrating SCIM with Azure Active Directory automates the process of managing u
### 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)
Expand All @@ -34,4 +35,4 @@ Implementing SCIM to automate user provisioning and deprovisioning across variou
![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.
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 afa4797

Please sign in to comment.