• Set ImportSource when object is created from REST API

    Hi all,

    We are developing an external application that are calling the One Identity Manager REST API (AppServer, OneIM v10) to create new Person-objects in the database. 

    We have created a system user and a custom permission group so the user only have…

  • v10 appSettings.json Data Archiving

    When installing the AppServer, the installer offers a screen for adding Data Archiving databases which is great.

    However, the WebInstaller.exe doesn't offer this screen on edit.

    The documentation states that you can add to the ConnectionStrings, but…

  • One Identity Manager Connector – Error Reading Metadata During Schema Load

    Hello everyone,

    We are using One Identity Manager 10 LTS and want to integrate it with One Identity Manager 9.2.2. We are attempting this through the One Identity Manager Connector.

    While loading the schema, we encounter an error: "Error reading metadata…

  • Interactions between ApiServer and AppServer

    Just after some clarity.

    The ApiServer web.config has a connection direct to the DB and a connection to AppServer.

    What kind of "stuff" goes over each? i.e.

    • Is the DB connection for Updates only or for user interactions (searches, requests…
  • Connecting additional history databases through application server

    Hi everyone!

    Following the official documentation, I'm trying to connect an additional historydb through the app server.

    As far as I understand, one part of the configuration is made by adding a new timetrace database in the Designer under Base Data…

  • Authenticating to OneIdentity REST api with AD User

    Hello everyone,

    We want to use the API with an Active Directory user. We have defined several application roles for a sample user. Which application roles are mandatory? We are using it as shown below, but we haven't been able to overcome the error.…

  • About API authorization

    Hello everyone. Another application needs to use our API. We need to define a user for this. But we want to restrict this user. We want them to only read the fields we specify from the table. We don't want them to perform operations like insert, delete…

  • PCA Configuration Issue with AWS Load Balancer

    Hi everyone,

    We’re encountering an issue while configuring the Password Capture Agent in our infrastructure.

    We have a setup with two nodes running the AppServer behind an AWS Application Load Balancer.
    When accessing the application via browser…

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

  • Update the web portal trust with the application server

    Each time the APP server certificate is renewed, I need to uninstall and reinstall the APP server. When I try to execute the WebDesigner.ConfigFileEditor program and update the search service section, nothing happens. Updating the APP server URL does…

  • Unauthorized when calling Application Server Rest API

    Hello,

    we have strange issue with AppServer Rest API. We are using "DialogUser" authentication module. There are permissions for two custom views and permissions for running script which checks validity of the account on a specific date. External partner…

  • Application server returned an error. An error occurred.

    Hello Community,

    Please, I'm getting this error message every single time in the job queue for every kind of task:

    Thank you for assisting me.

    One identity v9.2


    The job queue:

    (2024-07-16 10:40:18.703) [2070000] Application server returned an error…

  • API: Problems with Search

    When calling portal/shop/serviceitems?..&search=, from time to time an error occurs that we cannot reproduce/explain

    You do not have permissions for this action. You must log in.
    Sie haben keine Berechtigung für diese Aktion. Melden Sie sich an.…

  • API server - change app server URL

    Hello

    Is there a way to add or change appserver URL in apiserver configuration after the first setup?

    thanks

    Massimo

  • Setting up web server that is running on AKS - oneidentity/oneim-web

    Hello,

    I set up servers on ACR and AKS

    When I try to login to web server with the viadmin or user that I created during the DB initialization, I get error wrong password or user. When I try to create a new one from the portal I get:

    An error occurred…
  • 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…

  • Create system user for swagger API

    Hi everyone,

    We want create a system user to use the swagger API. This system user must be able to do only GET request on a specific table.

    To do this I add a permission group with read permission on that Table, but this user is not allowed to use Swagger…

  • Facing issue while syncing data from UCI tables to CSM tables

    Hello,

    I am trying to integrate Salesforce with Identity Manager using SCIM Connector. We are using 8.2 version. I created 2 sync projects:

    1. using SCIM Connector 

    2. using UCI connector to load data in CSM Tables

    While running the initial sync for SCIM…

  • Domain migration

    Hello,

    We migrated to a new environment from XXX to YYY and for this reason, we lost our AppServer, IdentityManager, and PasswordReset url. 

    Have we have to reinstall all again or could we import any configuration to solve this issue?.

    Please any help will…

  • Service account locking on APP Server application pool

    Hello,

    I'm hoping someone can tell me where to look on the appserver for the automatic updates.

    We recently changed the service account password and now it is locking out once a day.

    I found in the event logs its the app pool for the application server…

  • AppServer - How often does the search index update itself?

    Hi,

    we have a OneIM database migrated to version 8.0.3 in our test environment.

    Our observation is that expected terms are not found in the search index after importing transports.
    If this is noticed during the tests, we will trigger the update of the…

  • Web Server (Load Balancer) to App Server (Search Function) ver 8.1.1

    Hello,

    We have multiple environment, Dev and Prod.

    The current scenario in Dev is without any load balancer on web server and App server, but still we have a proxy server to connect the OAuth for AAD autentication. We have edited the web server config…

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