Comment on Ask HN: How to handle user management for a SaaS without SAML support?parentComments−willow98868ySAML and SCIM achieve two different use cases.SCIM is specifically used for identity management (hence the name: System for Cross-domain Identity Management, or "SCIM"), whereas SAML is used to securely pass user information from an IDP to an application.
Comments
SAML and SCIM achieve two different use cases.
SCIM is specifically used for identity management (hence the name: System for Cross-domain Identity Management, or "SCIM"), whereas SAML is used to securely pass user information from an IDP to an application.