You have an Azure subscription.
You are evaluating enterprise software as a service (SaaS) apps.
You need to ensure that the apps support automatic provisioning of Azure AD users.
Which specification should the apps support?
You have an Azure subscription.
You are evaluating enterprise software as a service (SaaS) apps.
You need to ensure that the apps support automatic provisioning of Azure AD users.
Which specification should the apps support?
To ensure that the apps support automatic provisioning of Azure AD users, the apps should support SCIM 2.0 (System for Cross-domain Identity Management). SCIM 2.0 is a protocol specifically designed to automate the exchange of user identity information between identity domains, such as between cloud-based SaaS applications and identity providers like Azure AD. It standardizes the process of creating, reading, updating, and deleting user accounts, facilitating seamless user provisioning and deprovisioning.
C. SCIM 2.0 SCIM (System for Cross-domain Identity Management) is a protocol specifically designed for automating user provisioning and deprovisioning between identity providers like Azure AD and SaaS applications. It allows for automatic synchronization of user accounts, groups, and roles between systems, making it a common choice for SaaS app integration with identity providers like Azure AD.
C.SCIM https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/user-provisioning
C. SCIM 2.0 (System for Cross-domain Identity Management): SCIM is a standard protocol for automating the exchange of user identity information between identity domains, including cloud-based SaaS applications and identity providers like Azure AD. SCIM 2.0 is specifically designed for this purpose and provides a standardized way to create, read, update, and delete user accounts in a SaaS app from the identity provider. Azure AD uses SCIM for provisioning users to applications that support it.
C https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/user-provisioning or https://techcommunity.microsoft.com/t5/security-compliance-and-identity/provisioning-with-scim-getting-started/ba-p/880010
Answer C: SCIM 2.0