Hi everyone,
I'm running into a strange issue while trying to apply a custom theme to the One Identity Manager 9.3 Web Portal. Here's the step-by-step I followed:
- Cloned the official Angular portal project from One Identity’s GitHub.
- Modified…
Hi everyone,
I'm running into a strange issue while trying to apply a custom theme to the One Identity Manager 9.3 Web Portal. Here's the step-by-step I followed:
Hello,
i am currently developing an custom endpoint where i want to query data from multiple tables (via Join) and then return a custom class with this data populated.
Something like "SELECT * FROM TABLE Person INNER JOIN PersonInDepartment d ON…
I’m trying to figure out how to use an “OR” and an “IN” in a filter in an Angular app.
I can’t find any documentation on how to do this, nor any examples in the Portal code. So, I’m just guessing at what might work…
I'm completely new to one identity and im using version 9.2 and need to add extra columns to the identities table. However, I'm unable to see the new columns in the schema. Can anyone help with this?
this.qerClient.typedClient.PortalPersonAll…
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…
We have added a PropertyConfig -> MethodConfiguration -> Filter within the JSON Configuration.
The Filter si also described in another Forum Entry: RE: Delegation of attestation
The definition we added is:
"PropertyConfig/MethodConfiguration/delegations_UID_PersonReceiver_candidates…
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,
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
I deployed the App Server with the appropriate environment…
I need help with finding out how and where I can edit the text in the info boxes in the angluar portal. I want for some of these info boxes to either add more text or change the order that the senteces are written in the info box.
Hi, when looking at the details of an attestation case in the Angular portal (version 9.0.3) there is a button titled "Show details" which brings up a sidesheet (AttestationSnapshotComponent) which displays a snapshot of the related objects for the attestation…
Hi,
I would like to customise the configuration for who the logged in person can raise requests for. There is a configuration parameter for configuring this but I cannot see where in the Angular projects it is loaded and used.
I'd like to be able to configure…
The project is connected to a One identity API server, from where it is fetching data. I want to create a section/menu where we can request for a group membership. It can be static or dynamic. But it should prompt user for details.
9.0 CU3
Is there a full enum for ParameterSet documented publicly somewhere?
There is no tab-completion in Manager with this so no idea what options are available except for the very few references in the forums.
We are using modern request properties on some products as we want to leverage some of the new functionality (e.g. validation scripts).
The behaviour we have noted with these is that:
1. New request properties shown in a pop out as the item is added to…
I have developed some customizations on the attestations module (att project), specifically on the "loss-preview-table" component.
How can I deploy these changes?
I tried to build the project with the "ng build --configuration dynamic att" command…
Hello everyone, I hope you're doing well. I would like to ask a question regarding SSO (In Angular Web Portal). I'm currently working with One Identity Manager 9.3, but I haven't been able to find clear documentation on how to properly enable it and how…
We are using the Version 9.2 of one idenity and I have created the new page for contracts, and the API is also ready. I would like to integrate the API into the frontend. I typically handle API integration using the HttpClient
in a service file. However…
Hello One Identity experts,
I hope someone can give me a hint for a challenge I'm facing:
I'm implementing backend validations for modifications on persons in the table scripts and column templates. Essentially this works quite well by throwing an exception…
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…
I was trying to upload a PDF file using the Request Property in the product, but the Request Property only allows the upload of PNG files. Is there a way to upload PDF files using Request Properties?
Hello,
We are using Identity Manager 9.2 and the Angular Web Portal. I want the approver to edit the 'Valid Until' field for requests they are responsible for. Can we enable this by default?
BR,
Volkan Ceylan
Hi.
I need to allow managers of identities to submit a renewal request on their behalf. Currently, out of the box, they can only do it for the requests they created so where they are set as UID_PersonInserted, I think.
I tried creating a custom Permission…
Currently, users can create a delegation, but there is no clear way to modify an existing delegation after creation. This functionality is necessary to allow users to update details such as delegation period, assigned roles, or permissions. Is there any…
Hello,
I am using One Identity Manager v9.2.
I want to make the Valid Until and Reason fields mandatory in the Angular Web Portal. Employees shouldn't be able to submit a request without filling in these fields. How can I enforce this in the Angular Web…
Hi,
We are using version 9.2.1 with the Angular Portal.
We need to configure a request property for some IT Shop items.
In our specific case, the user is requesting SAP roles but, since users can have multiple accounts, we wanted to use a request property…