- Notifications
You must be signed in to change notification settings - Fork0
Tools4everBV/HelloID-Conn-Prov-Target-ExchangeOn-Premise
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Important
This repository contains the connector and configuration code only. The implementer is responsible to acquire the connection details such as username, password, certificate, etc. You might even need to sign a contract or agreement with the supplier before implementing this connector. Please contact the client's application manager to coordinate the connector requirements.
HelloID-Conn-Prov-Target-Exchange Server On Premises is atarget connector.Exchange Server On Premises provides the option to correlate to existing Exchange On-Premise users and provision groupmemberships and sharedmailbox permissions.
Only Exchange groups are supported, if the group can be managed via AD, we advise to do so
If you want to create Exchange On-Premise users, please use thebuilt-in Microsoft Active Directory target system and make use of theExchange Integration.
The following lifecycle actions are available:
Action | Description |
---|---|
create.ps1 | PowerShellcreate lifecycle action |
enable.ps1 | PowerShellenable lifecycle action |
disable.ps1 | PowerShelldisable lifecycle action |
permissions/groups/grantPermission.ps1 | PowerShellgrant lifecycle action for groups |
permissions/groups/revokePermission.ps1 | PowerShellrevoke lifecycle action for groups |
permissions/groups/permissions.ps1 | PowerShellpermissions lifecycle action for groups |
permissions/sharedMailboxes/grantPermission.ps1 | PowerShellgrant lifecycle action for shared mailboxes |
permissions/sharedMailboxes/revokePermission.ps1 | PowerShellrevoke lifecycle action for shared mailboxes |
permissions/sharedMailboxes/permissions.ps1 | PowerShellpermissions lifecycle action for shared mailboxes |
permissions/sharedMailboxesDynamic/subPermissions.ps1 | PowerShellgrant,update &revoke lifecycle action for shared mailboxes |
permissions/sharedMailboxesDynamic/permissions.ps1 | PowerShellpermissions lifecycle action for shared mailboxes |
resources/groups/resources.ps1 | PowerShellresources lifecycle action for groups |
resources/sharedMailboxes/resources.ps1 | PowerShellresources lifecycle action for shared mailboxes |
configuration.json | Defaultconfiguration.json |
fieldMapping.json | DefaultfieldMapping.json |
correlateOnly/create.ps1 | PowerShellcreate lifecycle action for only correlating |
correlateOnly/configuration.json | Defaultconfiguration.json for only correlating |
correlateOnly/fieldMapping.json | DefaultfieldMapping.json for only correlating |
postAdAction/postAdAction.create.DisableExchangeActiveSync_OWA.ps1 | Post-AD-action used in builtin AD-connectorcreate lifecycle action |
- Execute the cmdletEnable-PsRemoting on theExchange server to which you want to connect.
- WithinIIS, under theExchange Back End site for thePowershell sub-site, check that the authentication methodWindows Authentication isenabled.
- Permissions to manage the Exchange objects, the default AD groupOrganization Management should suffice, but please change this accordingly.
- Required to runOn-Premises.
- Concurrent sessions in HelloID set to amaximum of 1! If this is any higher than 1, this may cause errors, since Exchange only support a maximum of 3 sessions per minute.
The correlation configuration is used to specify which properties will be used to match an existing account withinExchange Server On Premises to a person inHelloID.
To properly setup the correlation:
Open the
Correlation
tab.Specify the following configuration:
Setting Value Enable correlation True
Person correlation field `` Account correlation field Account.UserPrincipalName
Tip
For more information on correlation, please refer to our correlationdocumentation pages.
The field mapping can be imported by using thefieldMapping.json file.
By using this connector you will have the ability to manage groupmemberships.Since we use the cmdlets from the Exchange Management Shell, it is required to Enable-PsRemoting on the Exchange Server, allow Windows Authentication for the IIS site and assign permissions to the service account.For more information, please check out theMicrosoft docs.
The following settings are required to connect.
Setting | Description |
---|---|
Connection Uri | The connection uri of the on-prem Exchange |
Username | The username of the service account in Exchange |
Password | The password of the service account in Exchange |
Authentication Method | The authentication method that is used to authenticate the user's credentials |
For more information on how to configure a HelloID PowerShell connector, please refer to ourdocumentation pages
If you need help, feel free to ask questions on ourforum
The official HelloID documentation can be found at:https://docs.helloid.com/
About
Exchange On-Premise - Target - Permissions
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors5
Uh oh!
There was an error while loading.Please reload this page.