Hi everyone,
I'm currently using One Identity Manager version 9.2 (IMODSE) and exploring the Administration Portal. I came across the configuration flag "send browser notifications" with the following description:
"Specify whether the web…
Hi everyone,
I'm currently using One Identity Manager version 9.2 (IMODSE) and exploring the Administration Portal. I came across the configuration flag "send browser notifications" with the following description:
"Specify whether the web…
We are currently testing the angular based web portal, and when checking a request that is canceled or unsubscribed in the request history, we get a notifcation stating 0 Products have been added to the shopping cart, and thereafter the error message…
Hi Everyone,
I downloaded from Git the OneIdentity project, after that I started the web portal from visualstudio code on my localhost.
I have a OneIdentity web portal loop loading page.
If i check the inspection view of html page with chrome I see this…
What would be the high level process for displaying a custom table in the angular web portal? Do we need to create APIs for the CCC_Tables?
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…
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…
Hello,
We recently received a customer notification about an "EOL/Obsolete Software: AngularJS 1.x Detected" vulnerability after we updated the version to 9.2. I would like to know if anyone else has received this vulnerability notification and if the…
Hello,
We recently received a customer notification about an "EOL/Obsolete Software: AngularJS 1.x Detected" vulnerability after we updated the version to 9.2. I would like to know if anyone else has received this vulnerability notification and if the…
Just wondering if anyone has good ideas for managing migration of the legacy Web Portal to the new Angular Portal. Version not a big player in this as its more of a generic question, but we are currently on 9.0 LTS CU3 for context.
With well over 10,000…
Hi all,
In the old web portal, it was possible to arbitrarily configure a mandatory field, as mentioned in this post: https://support.oneidentity.com/identity-manager/kb/4347249/how-to-set-a-mandatory-field-on-web-portal-form, by setting 1 as the minimum…
I created in Angular Web Portal a new form to create a new entity. One of the fields is a foreign key to a table X (example: FirmPartner).
Using imx-cdr-editor the field will be a drop-down menu containing all the elements of table X.
Is there a way to filter…
I've tried searching Google, but considering 98% of the results link for forum posts that simply redirect to the main forum page, its been of zero use…
I am using Angular Web Portal 9.2.
I am porting a Custom API from version 9.1 to version 9.2 to manage AERole or FirmPartners. I can get the list (via GET API), but I can't start a creation or modification.
In frontend I get the error "TypeError: Cannot…
Hello All,
We are using oneIM 9.2 version and using Angular web portal.
We have observed when we initiate to submit new request, service items does sort order does not come according to the visible name on the portal rather than it uses the Ident_AccProduct…
Hi,
I'm trying to solve the same problem as "">www.oneidentity.com/.../dependencies-in-the-it-shop", but the new portal is giving me trouble and the flag is not resolving the issue. (Request configuration / Allow requests with missing…
How can I retrieve logged user's Central Account?
In session I can retrieve userId, isLoggedIn and Username parameter, but no one of these is identity Central Account.
this.onSessionResponse = this.authentication.onSessionResponse.subscribe(async…
I was trying to extend the fields in addressbook when you select an Identity. I tried to copy the code, which is also used when a manager can see the hyperview of this team. But somehow it doesn show up. Is it even possible to show the hyperview in the…
Hello, we are experiencing some issues with the new Angular Web Portal. We are testing the load balancer configuration with sticky session based on the persistency of the cookie ss-pid. When we try to connect to the Web Portal (/ApiServer/html/qer-app…
Hi,
we are testing first queries for the API server with version 9.1.1.
We were able to add our company logo to the new portal using the KB article.
With the Swagger UI doc we want to create and test more queries - but in the Swagger UI we get the following…
Hello,
we are currently testing first steps towards the new Angular Web with version 9.1.1.
Now there seems to be still 2 points where we have not yet read properly from the documentation how to do the respective configuration/settings.
1) Where or how…
Hi,
I'm in the process of deploying the One Identity Manager Web Portal (Html5-based ApiServer) behind load a load balancer, and are struggling to get IIS Rewrite to function how I want.
The load balancer (LB) is redirecting traffic from https://oneim…
Hi,
I have created a request property that checks if a user-entered group name (cn) is unique. If the entered value already exists, the user should get a dialog box explaining the error. I have the following code in the Validation script of the request…
Hi.
We have OIM 9.1 and are using the new angular based web portal. We wish to extend the list of attributes for ADSAccount that are shown in Data Explorer view in the web portal. We have extended the list of editable properties for ADSAccount (ie. ServerConfig…
Hi, we are having trouble understanding how data is retrieved from the database in frontend. We are struggling to find examples of actual api calling methods, instead what we find are variables like data, datasource, entitySchema etc. without any pointers…