• Angular Setup Issue

    Hello,

    We are currently working on the Angular Web Portal development environment for One Identity Manager 10.0 and are experiencing an authentication/session issue when running the qer-app-portal locally.

    Our environment is running One Identity Manager…

  • Company logo in v10

    Previously in version 9, I was able to configure company logo with the value of /ApiServer/logo.png and then distribute that logo.png to the webserver by targeting the BusinessApiServer. Since upgrading to version 10, it is no longer possible, and I get…

  • REST API OAuth Bearer token authentication

    We have enabled the ‘OAuth 2.0/OpenID Connect (role-based)’ login method for the new angular web portal.
    Logging in via the user interface works!

    We would now like to use this option for direct connection to the API as well. We are facing two…

  • Escalating Page missing on API Server Web Portal

    Hi, 

    I'm using OneIM 9.2.2 and I cannot find the Escalation Page like it was present on the old portal. Customer used to navigate this page to filter for requests that needed to approved by a specific user and was able to easily escalate these to the…

  • DB locks after angular web portal

    Version 9.2

    After piloting the angular web portal we often experience db locks created by the api server. Sometimes it came after end users fetched reports, even though the reports have a max running time, and we are not sure it it isolated to reports…

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

  • Enforcing reason to a product that has request propertiea

    From a user experience perspective I think it is very annoying that if I set some request properties to a service item and mark it to require freetext reason on request (ordertypereason) allows the user go all the way to submit a request before the system…

  • How to Manage Angular Web Portal Colors from Configuration Instead of CSS in Angular

    Hello,

    I am working with One Identity Manager v10 and the Angular-based Web Portal.

    At the moment, I can change portal colors by using custom CSS, but I am looking for a cleaner and more maintainable approach. My goal is to manage branding/theme changes…

  • 9.3.1 / Angular Portal / Users can trigger duplicate “Add to cart” actions due to missing loading indicator

    We are facing issues in the Angular Portal that make the ordering functionality almost completely unusable. The situation is as follows:

    A user logs in, selects several service items, and clicks “Add to cart”. The loading spinner appears…

  • Can I disable the ability for people to switch themes in the version 10 One Identity Manager web portal?

    We would like to not have the OOTB themes available for selection by end users. Is there a way that we can disable the OOTB themes, the ability for users to switch between themes or replace the OOTB themes with organisationally aligned replacement themes…

  • Role based Concept in V10

    Hello,

    I am having some trouble understanding how the One Identity role‑based permission concept works.

    We are working on version 10 and are trying to customize our Angular Webshop.

    As an example, we are working with the table ITShopPattern.

    I created…

  • Request parameters validation - works when entering but fails check in shopping cart

    I am trying to build a few IT Shop requests, and am up to the point where I am adding in field validation.  I am using 9.0LTS CU4 with Angular portal.

    I have a number of fields, but I think I have tracked it down to one field validation that is causing…

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

  • Permissions issue in IT Shop request - on property changed script

    I have an IT Shop item:

    paramTenant - Table view into AADOrganization

    paramPartnerID - Table lookup into AADUser user

    paramFirstName - Text field

    paramLastName - Text field

    I have created a on property change script (contains a lastName field as well…

  • New Angular Portal: How to get schema extensions working in forms which depend on typedEntities

    More in detail.

    We got ShoppingCartItem / PersonWantsOrg with additional columns, lets say CCC_CustomProperty11.

    When looking into the new angular portal the starting point for new orders is cart-items.service.ts and to be more conrete the method editItems…

  • Remove menu item "Assign Product Owner" in Angular Portal

    Hi there. I am trying to look for the configuration where I could disable the menu option "Assign Product Owner" in Angular Portal when viewing System Entitlements under Data Administration. Could this be disabled only by editing Angular project or there…

  • custom theme is not reflecting in V9.2

    Hello I'm using 9.2 version and I'm trying to add a custom theme to my Angular Web Portal, I followed all the instructions in the readme, for some reason the corners of the EuiMastHead are kept in the original color and when trying to change the theme…

  • Logged-in users cannot update their own Primary Location in Web Portal profile despite configuration and permissions

    We require that a specific group of five users be able to update their own Primary Location in their Main Data via the Web Portal profile (logged-in user profile settings).

    These users regularly move between offices as part of their job responsibilities…

  • Create Configuration key in new web portal for object selection

    I the ne web portal, in 9.2.2 I would like to limit which identities that may be selected when sending an inquiry regarding a pending request. Today, both main identitites and sub identities are shown, and I would like to add a filter, to show only sub…

  • Angular web portal Main identities are shown

    Hi

    When making new requests and selecting recipients, we can choose usb identities only, which is to be expected. Hovewer, when an approver wants to ask a question regarding a pending approval, or when an identity responsible for an aerole (or other roles…

  • Angular Entity Filters - conditions

    Is it possible to do and/or conditions with filters?

    For example, the old Portal SQL had this clause:

    IdentityType = 'Primary' AND IsInactive =0 AND UID_Person <> '{0}' AND (UID_PersonHead = (SELECT UID_PersonHead FROM Person WHERE UID_Person = '{0}…
  • Web Portal - add a dropdown menu with joined tables

    Hello,

    we need to customize the Angular Web Portal by adding an eui-select (drop-down menu) with options retrieved from the database. Our query involves joining more tables. One of the tables is Person and it is filtered using the requester CentralAccount…

  • Search not working when pending attestation list is grouped by attestation policy as saved view - 9.2.1

    1. Go to pending attestation page
    2. Group by attestation policy
    3. Save the view as any title
    4. reload the page
    5. select the saved view
    6. search with any text



      After i searched with saved view, the attestation cases are not being filtered with right cases. Showing all…
  • 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…

  • Reading config parameters from Angular web portal

    Hello group,

    We have created a new tile in the Web Portal home page, and among other things we want to add a link inside this new tile with a specific URL.

    The thing is that this URL could change in the future and to avoid a new build and transport to…