SAML user provisioningDescriptionTo automatically enable SAML User Provisioning please follow the steps below.InstructionsNavigate to Multi-Provider SSO > Properties.Select Enable Auto Importing of users from all identity providers into the user table (glide.authenticate.multisso.user.autoprovision) to activate this feature.Click Save.Navigate to Multi-Provider SSO > Identity Providers.Open the Identity Provider record.To create a record in the User table when the user does not already exist, select Auto-provision Users. (you may need to configure the form and add this field.)To enable user records to be updated when users log in to the IdP and the information on the IdP is out of date with the information on the User table, select Update User Record Upon Each Login. ( you may need to configure the form and add this field.)Click User Provisioning Transform Map to see the map that the system automatically creates.Make changes to the map as needed.Additional InformationFor the user provisioning to work the SAML response should contain AttributeStatement with the values that need to be inserted/updated in the user table.Here is a sample AttributeStatement that should be contained in <samlp:Response>.... </samlp:Response> for user provisioning<AttributeStatement><Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn"><AttributeValue>test@test.com</AttributeValue></Attribute><Attribute Name="email"><AttributeValue>test@test.com</AttributeValue></Attribute><Attribute Name="first_name"><AttributeValue>John</AttributeValue></Attribute><Attribute Name="user_name"><AttributeValue>test@test.com</AttributeValue></Attribute><Attribute Name="employee_number"><AttributeValue>1234567</AttributeValue></Attribute><Attribute Name="last_name"><AttributeValue>Test</AttributeValue></Attribute><Attribute Name="streetAddress"><AttributeValue>1234 Mac Ave</AttributeValue></Attribute><Attribute Name="state"><AttributeValue>TX</AttributeValue></Attribute><Attribute Name="Title"><AttributeValue>IT Systems Consultant</AttributeValue></Attribute><Attribute Name="Department"><AttributeValue>Communications Management</AttributeValue></Attribute><Attribute Name="business_phone"><AttributeValue>+1 (123) 456-7890</AttributeValue></Attribute><Attribute Name="zip"><AttributeValue>12345</AttributeValue></Attribute><Attribute Name="City"><AttributeValue>san jose</AttributeValue></Attribute><Attribute Name="manager"><AttributeValue>CN=test\, Jack,OU=test Users,OU=CTM,OU=CSD,OU=test,DC=test,DC=org</AttributeValue></Attribute><Attribute Name="source"><AttributeValue>CN=test\, test,OU=CTM Users,OU=CTM,OU=test,OU=test,DC=test,DC=org</AttributeValue></Attribute></AttributeStatement> The import set will have the following name format u_imp_saml_user_<some_string> To check the SAML response or attributes that are coming in enable debug Navigate to Multi-Provider SSO > PropertiesCheck Enable debug logging for the multiple provider SSO integration Check the log: System Log > All (syslog) for message containing SAML Response xml OR AttributeStatement