The following is a list of issues known to exist at the time of release.
Known Issue | Issue ID |
---|---|
Activating the EnableAntiForgery key (<add key="EnableAntiForgery" value="true"/> in web.config) may cause the following error message: Session timeout due to inactivity. Please reload the page to continue. Workaround Update the IgnoreValidation key in the<appSettings> section by adding a property value in lowercase:
|
91977 |
Known Issue | Issue ID |
---|---|
When configured for Group and Contacts, the Office 365 and Azure Tenant Selection policy displays additional tabs. | 229031 |
Tenant selection supports selecting only a single tenant. | 229030 |
In the Starling Connect Connection Settings link, clicking Next displays progress, but the functionality is not affected, so the button is not required. |
126892 |
Known Issue |
Issue ID |
---|---|
Automation workflow with Office 365 script fails, if multiple workflows share the same script and the script is scheduled to execute at the same time. Workaround One Identity recommends scheduling the workflows with different scripts or at a different time. |
200328 |
When a workflow is copied from built-in workflows, it may not be executed as expected. |
153539 |
Azure Group Properties are not available if they are added to the Office 365 Portal or Hybrid Exchange Properties from the forwarding address attribute of Exchange online users. |
98186 |
In Active Roles with the Office 365 Licenses Retention policy applied, after deprovisioning the Azure AD user, the Deprovisioning Results for the Office 365 Licenses Retention policy are not displayed in the same window. Workaround To view the Deprovisioning Results after deprovisioning the Azure AD user:
|
91901 |
Known Issue |
Issue ID |
---|---|
After upgrading Active Roles, the pending approval tasks are not displayed in the Active Roles Web Interface. |
91933 |
Known Issue |
Issue ID | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
In the Active Roles Synchronization Service, the following new attributes of the AzureAD Connector are currently not supported and cannot be queried via the Microsoft Graph API:
This means that although these attributes are visible, they cannot be set in a mapping rule. |
304074 | ||||||||||||||||||||||||||
After running the get-qcworkflowstatus cmdlet in the Synchronization Service, the workflow status is not accurate. |
125768 |
Known Issue | Issue ID |
---|---|
In the Active Roles Web Interface, Azure roles are not restored automatically after performing an Undo Deprovision action on a user. Workaround After the Undo Deprovision action is completed, assign the Azure roles to the user manually. |
172655 |
Active Roles does not support creating Azure groups for existing groups. |
117015 |
Active Roles Web Interface does not support setting the Exchange Online Property of the ProhibitSendQuota value in Storage Quotas. | 91905 |
In the Active Roles Web Interface, when you click Azure > Resource Mailboxes to query room mailboxes after being idle for approximately 15-20 minutes, the Active Roles Web Interface will not list any room mailboxes. Workaround Restart the Administration Service. |
293380 |
Trying to reset the password of an Azure user in the Active Roles Web Interface returns the following error message: One or more errors occurred. Http Exception - Status Code Forbidden. Reason phrase Forbidden {"error":{"code":Authorization_RequestDenied","message":"Insufficient privileges to complete the operation"}} This error occurs because of a Microsoft Graph API-related issue, described in the Authorization_RequestDenied error when you try to change a password using Graph API article of the Microsoft Azure Troubleshooting documentation. Workaround To solve this problem, assign the Company Administrator Office 365 administrative role to Active Roles with the following PowerShell cmdlets: Connect-MsolService $displayName = "ActiveRoles" $objectId = (Get-MsolServicePrincipal -SearchString $displayName).ObjectId $roleName = "Company Administrator" Add-MsolRoleMember -RoleName $roleName -RoleMemberType ServicePrincipal -RoleMemberObjectId $objectId |
293601 |
Known Issue | Issue ID |
---|---|
After installing an add-on that creates Web Interface customization items, the Web Interface may not display the customization items created by the add-on. Workaround In the Web Interface, click Reload. |
179835 |
After installing an add-on that creates a virtual attribute, the virtual attribute may not appear in the Advanced Properties dialog of the affected object. Workaround After installing the add-on, reconnect to the Administration Service. |
180508 |
After installing an add-on that creates a virtual attribute and a Web Interface customization item using that virtual attribute, an error may occur when opening any Web Interface site. Workaround Restart Internet Information Services (IIS) on the web server running the Web Interface (for example, by running the iisreset command in the Windows command prompt). If there is a replication group in your Active Roles environment, do the following:
|
180524 |
When you use Add-on Manager to uninstall an add-on, the following error may occur: Object 'objectDN' was not found. This error can occur if the add-on modifies an existing object during installation, and then the modified object is deleted by a user after the add-on has been installed. Workaround Uninstall the add-on from the command line using the /ForceUninstall parameter. For example: AddOnManager.exe /UninstallAddon /AddonName:"my-addon" /ForceUninstall /Service:"servicename" /User:"domain\user" /Password:"password" |
180700 |
After uninstalling an add-on that creates a virtual attribute and a Web Interface customization item that uses that virtual attribute, the Web Interface customization item created by the add-on may not be removed, and the Web Interface may return the following error: An error occurred during the last operation. Workaround Perform the following steps:
|
180721 |
After installing an add-on that creates Web Interface customization items, the Web Interface customization items created by the add-on may not be displayed. This issue may occur if you provide incorrect user name and password for reloading Web Interface sites. Workaround In the Web Interface, click the Reload command. |
180808 |
When you install Add-on Manager from the command-line, you may encounter the following error: Command line option syntax error. Type Command /? for Help. This error may occur if one or several parameters of the command contain more than 255 characters. Workaround Edit the command-line parameters (for example, the path to a file) so that each parameter is not longer than 255 characters. |
183252 |