• 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…

  • Implementing One Identity Defender to Identity Manager

    Hello everybody,

    I am trying to implement two-factor authentication by using One Identity Defender to ITShop and AppServer portals and then later to Manager and Designer apps. 

    For the web portals, I tried using the ISAPI Agent that One Identity provides…