• Send browser notifications

    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…

  • Can't submit again in request history, new web portal

    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…

  • Web Portal - NullInjectorError

    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…

  • Custom tables on Angular Web

    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?

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

  • Vulnerability in the Angular version

    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…

  • Vulnerability in the Angular version

    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…

  • IdentityManager to ApiServer - handling migration

    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…

  • How to set a mandatory field on ANGULAR Web Portal form

    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…

  • Filter an external key in a imx-cdr-editor in Angular Web Portal

    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…

  • Angular & NLog

    1. Is it possible to generate NLog messages from angular?
    2. Does someone have an example of the call?

    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…

  • Error "TypeError: Cannot read properties of undefined (reading 'imx_metadata_table_get')" when call API in Web Portal

    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…

  • Translations does not comes into correct sort order

    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…

  • IT Shop Dependencies in the new web portal

    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…

  • [Angular Web Portal] - How to retrieve logged user's Central Account

    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…

  • Hyperview in addressbook

    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…

  • setting up an Angular development environment locally on my laptop.

    Hello, I'm currently working with OI Manager v.9.0 LTS and I'm trying to set up an Angular development environment locally on my laptop.
    I have a question regarding cross-site cookie transmission in this Angular development environment. To enable…
  • Session Expired error with new Angular Web Portal via Load Balancer

    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…

  • Swagger-UI Message "Could not render ue, see the console"

    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…

  • Configuration and Permissions for new Angular based Web Portal (IT Shop)

    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…

  • ApiServer behind load balancer

    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…

  • HTML5 portal MsgBox from request property

    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…

  • Modifying a list of attributes for ADSAccount in web portal in OIM 9.1

    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…

  • Fetching data from database in web portal using new Angular based web portal

    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…