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

Add a newline so the bad example appears properly #7591

Merged
merged 4 commits into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading