• Angular Web Portal Deployment Strategy - Transport Packages vs. Environment-specific Builds

    Hello,

    I am looking for help on the best deployment approach for our customized AngularWebPortal across multiple environments.

    Current Setup:

    • 3 environments: Production, Test, and Development (all running version 9.3.1)
    • Each environment has different…
  • Angular development - How to redirect to a view passing some filter parameters

    Hello,

    We are developing in a 9.3 version environment, a new tile that appears in the home page of the Web Portal, that is similar to the My Direct Reports.

    This new tile shows all my direct reports that are deactivated (Temporary, Risk, Permanently).

  • Modern Request Properties as Fix with Value of HTML content

    Is there anyway to stop HTML escaping of a Value for a Fix request property, or does the Angular side always escape it?

    I dunno, something like:

    Value.AsHTML = "<ol><li>List item 1</li><li>List item 2</li></ol>"…

  • Issue with incorrect TypedClient generation in Custom imx-api-ccc (Custom API) Angular WebPortal

    Hello All,
    We are experiencing issues with the generation of the 
    TypedClient class in our custom imx-api-ccc API. Below a screenshot showing how the TypedClient class should look and looked up to this point, with all the expected wrappers and properties.
     .

    Here…

  • Exposing Custom API Endpoint Schema to Angular Portal (GetSchema Issue Follow-Up)

    Hello dear community,

    I wanted to follow up on Nikolai's previous question regarding the schema exposure for custom CompositionApi endpoints in the Angular portal: Expose Dynamic Schema in QBM CompositionApi Endpoint in IMX API wrapper - Forum - Identity…

  • Missing Identity in My Responsibilities card on dashboard

    Hi,

    I'm missing the "Identity" entry in the "My Responsibility" card on my dashboard.
    I have identities witch I directly responsible for.
    Other entries are there, as example System Entitlements or Business Roles.


    Why is it no longer…

  • Only the Requestor can see the full workflow, LM nor Approver Group member can't see requests they approved afterward - v9.2.1

    Problem:

    • Requestor creates a request.

    • Line Manager (LM) approves it → request disappears from Pending Requests.

    • Approver Group member approves it → request also disappears from Pending Requests.

    • Feedback: Neither LM nor Approver Group…

  • Delegation: Can't create delegation while having a unsubscribed/aborted delegation 9.2.1

    What i did, i

    1. Create a delegation with a recipient and a date range
    2. Cancel or unsubscribe the delegation
    3. Create the first delegation again (same recipient, responsibility and date range)
    4. Throwing error 

    is this a OOTB behavior? or this is an issue.…

  • In Contracts page to get the additonal columns

    hello, im new to one identity angular portal, 
    In the Contracts Page, i have two question:

    1. i want to add the additional columns in the view setting drop down, is there any api to be performed to get the all the list of columns there.
    2. if we click one…

  • In Angular portal 9.2.1 , Can a user re-route attestation decision to another identity ?

    in angular portal 9.2.1, is it possible to re-route attestation decisions to another identity? 

  • How to enable custom theme branding in Angular portal using oneim-api-server (v9.2)

    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…

  • Column width in new web portal

    In the new Angular based web portal, I see that the column width in different places, for example Request history and when searching for products to add to the shopping cart, cannot be altered by the end user. This is a problem for service items with…

  • PropertyConfig -> MethodConfiguration will not remain persistent

    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…

  • customise properties shown in the attestation snapshot

    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…

  • ParameterSet ENUM

    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.

  • Angular web portal - additional subscribers

    Hi!

    We are testing the angular web portal, v 8.2.1 and I noticed that when I have made a report subscription with an additional subscriber, the addisional subscriber cannot see this report subscription under Report Subscriptions in the new web portal.

  • custom API Integration in angular portal

    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…

  • Request properties value always UID

    9.0 LTS CU3

    I have a request parameter as a table lookup:

    Data Source Table Table column (query) ADSContainer - CanonicalName Display pattern %CanonicalName% Condition (query) isnull(CanonicalName, '') LIKE (SELECT Value FROM DialogConfigParm…
  • In PersonWantsOrg table, is there any Object event for Delegation ? 9.2.1

    In the PersonWantsOrg table (version 9.2.1), is there any object event for Delegation?

    I see different object events for granted, order granted, and escalation, but I'm confused about which event corresponds to delegation.

    If there is no specific…

  • Modification in Angular web portal

    Hello everyone,

    I'm using V9.2 and I have requirements from my client to remove search/ Filter  buttons in the new request page
    Can someone help me please! thank you

  • Modern Request Properties - prevent submission on validation failure

    v9.0 LTS (CU3)

    I'm trying to work through the modern request properties in the Angular portal. For the most part I have the majority working, however I do have a few issues that I can't seem to work out.

    Throw New VIException will correctly display…

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