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…
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…
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…
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…
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…
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
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…
Hello,
I am using Open Identity Manager 9.2 and would like to ask you how should I proceed with the use case where I need to create a deferred object instead of updating a Person on a Web Portal (PUT /portal/person/reports/interactive) report when updating…
I developed a custom API that takes the data present from a view created on the database.
{"TotalCount":84,"TableName":"CCC_View_PersonIAGSI_IAGNO","Entities":[
...
...
...
...
]
}
A new page has been created on…
I'm trying to use the default APIs in One Identity Manager 8.2.
With PostMan, I'm trying to perform a GET request to the url https://[AppServerURLasFoundInTheDesigner]/AppServer/appserver/authmodules as described in the One Identity Manager 8.2 REST…