From afa4797d3d2f4ffd4578ce7f837bd5c5f1cd9671 Mon Sep 17 00:00:00 2001 From: "Warwick Leahy [SSW]" <58454534+leahy268@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:50:54 +1000 Subject: [PATCH] Add a newline so the bad example appears properly (#7591) * Update rules-to-better-azure.md * Update rule.md --- rules/use-scim-for-identity-management/rule.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/use-scim-for-identity-management/rule.md b/rules/use-scim-for-identity-management/rule.md index bd70749f288..5be016a5605 100644 --- a/rules/use-scim-for-identity-management/rule.md +++ b/rules/use-scim-for-identity-management/rule.md @@ -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) @@ -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. \ No newline at end of file +By integrating SCIM with Azure Active Directory, organizations can achieve a more streamlined, secure, and efficient approach to identity management across their cloud ecosystem.