• No typedClient.ts in v10?

    After running imxclient compile-api in version 10, I have noticed that there is no TypedClient.ts in the tgz file

    The API has been loaded in with software loader and can confirm the custom APIs exist and can send http requests to them

    Has anyone managed…

  • CCC.CompositionApi.Server.Plugin migration to version 10 LTS, do i need to recompile to Net 10.0 ?

    Environment : 

    1IM 9.2 on windows server under migration to 10.0 LTS

    We are migrating an exsting 1IM instance from 9.2  to V10 LTS,

    There are custom API endpoints implemented on the CCC.CompositionApi.Server.Plugin.dll using .Net 4.8, when the plugin is imported…

  • Unexpected empty groups (Count = 0) when using grouping

    Hello everyone, 

    we would like to ask whether anyone has already encountered the following issue when extending the attestation/approve endpoint with grouping in the One Identity API V10.

    We extended attestation/approve with two groupings like this:

  • One Identity Manager 10.0 API generic POST method returns 57002001 permission error

    Hi, 

    I am currently testing default One Identity Manager 10.0 API endpoint. 

     

    Authentication: 

    Endpoint: 

    /imx/login/portal/RoleBasedPerson  - IDentity (RoleBased)

    /imx/login/dialog/DialogUser  - viadmin

     

    Authentication works successfully. 

    Session cookies and…

  • Local API Server - search not working

    Hello,

    we encountered a problem where our local API Server (started via imxclient.exe) cannot establish a connection to our AppServer (where the SearchIndex is installed).

    Searching (for example, searching for products when creating a new request) works…

  • API Server V10 – Deployment of custom libraries (HTML_qer.zip, …) not working

    Hello,

    I’m experiencing an issue in version 10 when deploying custom packages to the API Server.

    In previous versions (9.2 / 9.3), we built our packages using npm run build XXX, zipped them, and copied the ZIP files into inetpub\wwwroot\ApiServer…

  • Report Subscription section not visible from the portal

    Hi all,

    We are using One Identity Manager OnDemand version 9.3.1.
    We customised the api portal but after the deploy the page Report Subscription (under Profile > Profile > Report Subscription) disappeared. We didn't customize that page nor the RPS module…

  • Web portal logo issue with load balancer

    Hi everyone,

    My environment consists of two servers connected to a load balancer. I installed the API Server on both servers, and within the API Server I inserted the new logo file for the web portal. I then configured the new logo from the One Identity…

  • Exposing Custom API Endpoint Schema to Angular Portal (GetSchema Issue Follow-Up)

    Hello dear community,

    I wanted to follow up on Nikolai's previous question regarding the schema exposure for custom CompositionApi endpoints in the Angular portal: Expose Dynamic Schema in QBM CompositionApi Endpoint in IMX API wrapper - Forum - Identity…

  • Authentication problems on local API server

    Hi everyone,

    I have a bit of an issue debugging a customized API dll on a local server using the imxclient loading the dll.

    When trying to authenticate, it says "Warn: Unable to setup re-authentication for this connection. Deriving new unauthenticated…

  • How to enable custom theme branding in Angular portal using oneim-api-server (v9.2)

    Hello,

    I am currently working on customizing the Angular end-user portal of One Identity Manager, using the official oneim-api-server Docker image, version 9.2, deployed on Kubernetes.

    I would like to enable the use of custom themes located under:
    /var…

  • Web Portal unusable after login

    Hi everyone,

    I'm currently testing the API Server / Web Portal (oneidentity/oneim-api:9.2) deployed in Kubernetes, and I’m encountering a critical issue.


    The App Server is deployed and reachable (tested separately).

    The API Server has 2 replicas…

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

  • Creating a Custom API That Calls Another API Based on Response Code & .NET/C# Documentation


    Hello everyone,
    I'm currently working on a customization project in One Identity Manager and would like some guidance on the following:
    I'm trying to create a custom API endpoint that will:
    Call an external API.
    Based on the response code (e.g., 200…

  • Cann't modify a api get endpoint

    I am facing a error: i wanted to modify the "person/config" this api endpoints where logic like this,

    builder.ModifyQueryBuilder("person/config", method ......)

    but after compiling there is a error saying this is not a crud method…

  • Cann't modify a api get endpoint

    I am facing a error: i wanted to modify the "person/config" this api endpoints where logic like this,

    builder.ModifyQueryBuilder("person/config", method ......)

    but after compiling there is a error saying this is not a crud method…

  • System roles - Main data fields

    Hello,

    I have the problem that I can't add new fields to the main data of "System Roles". Normally it's possible through the API Configuration:

    I go under QER > Property Editor / Propertys that can be edited / System Roles and want…

  • Angular/API server: New User creation and limited fields

    We are working to implement a new user form in the angular portal. We are targeting the endpoint /portal/admin/person to do the insert. 

    However, this endpoint appears to be limited on what columns can be written and in this environment one of the required…

  • Calling API Script results in HTTP 200 with custom success message, but no new object is created

    Hi there,

    we have a problem while calling a script via rest api.

    Following is configured:

    - a new api systemuser ist created

    - the api systemuser is assigned to a permissions group

    - the permissions group...

    ...has view and insert rights on ADSGroup

  • Issue with One Identity API: Unable to make pwo/order call with a "/" in the name

    Hello everyone,

    I'm currently facing an issue with the One Identity API where I'm unable to successfully make a pwo/order API call when the name contains a slash (/). I've tried encoding the slash as %2F and even attempted double encoding it as %252F…

  • Issue with One Identity API: Unable to make pwo/order call with a "/" in the name

    Hello everyone,

    I'm currently facing an issue with the One Identity API where I'm unable to successfully make a pwo/order API call when the name contains a slash (/). I've tried encoding the slash as %2F and even attempted double encoding it as %252F…

  • UID_FirmPartner filter in Portal API Person

    Is it possible to filter for the field UID_FirmPartner in API call /portal/admin/person (or similar) ?

    I want to retrieve all person with the same FirmPartner in web portal

    Thanks in advance,

    Fabio

  • How Can I Remove Service Category Column in Angular Web Portal

    Hello everyone,

    While our customer was requesting a product, they expressed a preference not to see the service category column. How can I remove the service category column?

    Best Regards,

  • Delete Org membership API doesn't work

    I'm trying to call the DELETE API on the endpoint /ApiServer/portal/roles/config/membership/Org/{UID_Org}/{UID_Person} and I receive a 200 OK response with the membership details, but the membership is not removed. Is it an API problem? Has anyone encountered…

  • Not able to Authenticate using Access token(in authentication header) for authentication to API server

    With the implementation of the API server, we want to expose our One Identity Manager capabilities via API's within our organization. In our test setup we successfully managed to authenticate to the authentication API using the oauthrolebased api, and…