Arctera™ Insight Management Console Help
- Getting started
- Archive Overview
- Working with Dashboard
- Managing Configurations
- About Provisioning
- About Managed Tags
- About Account Management
- Managing Archive Collectors
- About Exchange Online Archiving
- About Google Chat Archiving
- About Google Workspace Archiving
- About SCIM Archiving
- About Import Collector
- About Insight Capture Services Archiving
- About Audio-Video Archiving
- About Audio-Video Archiving using NTR-X Collectors
- About Dubber Speik SMS Archiving
- About Dubber Speik Recordings Archiving
- About Text-Delimited Archiving
- About XSLT-XML Archiving
- About JSON Archiving
- About iMessage Archiving
- About LinkedIn Archiving
- About Signal Archiving
- About Verint Archiving
- About WeChat Archiving
- About WhatsApp Archiving
- Managing Roles and Permissions
- Managing Policies
- Managing Authentication
- Managing Retention Policies
- Managing Email Continuity Services
- Managing Reports and Notifications
- Classification
- Managing Data Import
- AD FS Configuration Guide
Configuring SCIM archiving by using MS Office 365
To configure SCIM archiving by using MS Office 365
- Add an enterprise application to your Azure Active Directory (Azure AD) tenant.
For more information, refer to Adding an application on Azure AD portal
- Create the SCIM schema in enterprise application.
Note:
While creating the SCIM schema, you can set the attribute precedence of PrimaryEmailAddress and Username as 1 or 2, as required.
For example, if you set the attribute precedence of PrimaryEmailAddress as 1, then the attribute precedence of Username is consequently set as 2. If you set the attribute precedence of Username as 1, then the attribute precedence of PrimaryEmailAddress is consequently set as 2.
For more information, refer to Creating schema in enterprise application.
AD Attribute
Arctera SCIM Attributes
/ Matching Precedence
Arctera Insight Archiving Source attributes
Example data
User.Mail
emails[type eq "work"].value, IsPrimary=true
/ 1
PrimaryEmailAddress
jsmith@organization1.com
Append([extensionAttribute1]+ @organization1.com)
userName
/ 2
UserName
abc1abc@organization1.com
givenName
name.givenName
FirstName
John
Surname
name.familyName
LastName
Smith
displayName
displayName
DisplayName
John Smith
accountEnabled
active
IsArchive
TRUE
proxyAddresses
emails[type eq "work"].value,IsPrimary=false
EmailAliases
"smtp:user1@organization1.mail.onmicrosoft.com", "smtp:user1_alias@organization1.COM"
- Ask the Arctera Insight Archiving customer support team to enable SCIM for a customer.
- After successful SCIM configuration, generate a token from Management Console.
- Click Generate Token.
- Copy the generated token, and click OK.
- Click Save.
- Enter the copied token in the Secret Token field in the Azure enterprise application.
- Click Test connection to complete the configuration.
If the testing is successful, configuration is considered as complete. If the testing is unsuccessful, contact the support team.