• 401 Unauthorized response through API

    Hi everyone,

    This is my Powershell script to login:


    $url='http://[AppServerIP]/AppServer/auth/apphost'

    $bi=@{
    "authString"="Module=DialogUser;User=***;Password=***"

    }
    $authJson = ConvertTo-Json $bi -Depth 2

    $LoginRequest2 = Invoke…

  • Persons get inserted into PersonHasQERResource, but the process is not executed.

    Hi.

    (running Identity Manager 8.0.1)

    I've created a process for a resource (Enable/disable Skype through Powershell) and connected it to a business role (everyone at IT, approx. 100 people). I see in PersonHasQERResource that everyone is inserted but…

  • UNSAccountB process is not firing for INSERT events for Provisioning using Powershell Connector

    Hi,

    I want to Create Active Directory Accounts using the Powershell Connector with the OOB AD Sample.xml definition file in my Sync Editor Project.

    Right now I'm able to execute the Full Sync, so the AD Accounts are under UNSAccountB but I can't Provisioning…