• App Server Error – /appserver/update/allowed not found (Kubernetes deployment, version 9.2)

    Hello,

    I'm currently deploying One Identity Manager 9.2 in a Kubernetes environment, using the official Docker images:

    • oneidentity/oneim-appserver:9.2

    • oneidentity/oneim-api:9.2

    Context

    • I deployed the App Server with the appropriate environment…

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