This guide explains how to configure automated user provisioning between OneLogin and Axero using SCIM (System for Cross-domain Identity Management). This setup automates creating, updating, and deactivating user accounts for your intranet.
Before you begin, please ensure you have:
This process typically takes 20-30 minutes to complete.
{ "schemas": ["urn:ietf:params:scim:schemas:core:2.0:User", "urn:scim:your-axero-site.com:custom:schema"], "userName": "{$parameters.scimusername}", "name": { "familyName": "{$user.lastname}", "givenName": "{$user.firstname}", "formatted": "{$user.display_name}" }, "emails": [ { "value": "{$user.email}", "type": "work", "primary": true } ], "urn:scim:your-axero-site.com:custom:schema": { "CustomFields": [ { "key": "FirstName", "value": "{$parameters.FirstName}" }, { "key": "LastName", "value": "{$parameters.LastName}" }, { "key": "Email", "value": "{$parameters.Email}" }, { "key": "ProfilePhoto", "value": "{$parameters.ProfilePhoto}" }, { "key": "Phone", "value": "{$parameters.Phone}" }, { "key": "ManagerEmail", "value": "{$parameters.ManagerEmail}" }, { "key": "Company", "value": "{$parameters.Company}" }, { "key": "Department", "value": "{$parameters.Department}" }, { "key": "Title", "value": "{$parameters.Title}" }, { "key": "HireDate", "value": "{$parameters.HireDate}" } ] } }
SCIMCustomAttributesEnabled
SCIMCustomAttributesURNSchema
urn:scim:your-axero-site.com:custom:schema
Note: Capitalization matters here. Each Property Name has to match the matching key in the template above exactly, including upper and lower case, or the value arrives and is ignored. The same is true of the schema address you set as SCIMCustomAttributesURNSchema: it has to be character-for-character identical to the one in the template.
key
Note: A start date is not part of the standard OneLogin user profile. Include the HireDate row only if you have a OneLogin custom user field holding it. Otherwise remove that entry from the template as well.
Note: The ProfilePhoto mapping stores whatever OneLogin sends and does not copy the image into Axero. If the value is a web address, it has to stay reachable without a sign-in or the picture will not appear on the profile. The SAML sign-in does keep its own copy, so sites that want Axero to hold the image should map ProfilePhoto on the SAML side as well, and expect the picture to appear on the person's second sign-in rather than the first.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/86760/setup-guide-onelogin-scim-provisioning
Your session has expired. You are being logged out.