Task #1669
closedHow to use WinRM connector together with AD connector
100%
Description
Create design how this behavior can be achieved. And make some prove of concept
The main use case is to use AD connector for managing basic account in AD. Then use WinRM connector for creating for example home folders or setting exchange account. WinRM must be called after AD connector.
WinRM connector can be used for managing home dirs, exhange, o365, deleting users object which are not supported via LDAP protocol.
It will be better if user in IdM will have only one account and then during provisioning it will execute operation via AD connector and WinRM connector together.
Other option is to configure new system for WinRM connector, but this system must be dependent on AD system - Create on AD must be first and then we can execute WinRM operation. For deleting I guess it should be the other way around execute WinRM and then AD.
Both proposed methods have a lot of unsolved questions right now. This feature is mandatory for managing accounts for exchange and o365.
In future we can use WinRM connector for managing AD account to, but now we want to use both of them.
Related issues