• Prevent users from unchecking Email Notification flags

    Hi,

    How can I prevent users from unchecking flags in the Email Notifications section on the "My Profile" page?

    Specifically, I want to ensure that users cannot remove themselves from certain types of notifications by toggling the checkboxes…

  • Hide report tab creation in Web portal

    Hello,

    I would like to prevent users from creating reports from the portal.
    So, they can only subscribe to reports but not create them.
    Therefore, I want to hide the top tab Configuration - Report.

    I am using One Identity On Demand 9.2. How can I achieve…

  • What permission do I have to see in Hyperview specified "bubble" (example: Actrive Directory Groups) ?

    On the Angular Web Portal (9.2) I cannot see with a specific user the "bubbles" related to Active Directory user accounts, Active Directory groups, etc...
    I can see correctly up to Account Definitions, but not beyond.

    What permissions does the…

  • Inactivity timeout in angular portal

    is there any feature available in the Angular portal that will terminate a user's session if they are inactive for a certain period of time, requiring them to log in again to access the portal? not session timeout, inactivity timeout i meant.

    • inactivity…
  • Is there a way to disabled a "Shelf" on webportal instead of deleting them?

    I wanted to know if there is a way to disable the shelf and not delete it.  We have some shelfs that we are trying to limit the use of and trying to temporarily disabled them.  We are still using version 8.0.1.

    Thank you,

  • Custom Angular API for triggering a process

    I'd like to trigger a process through a press of a button on 9.2.x Angular portal. I've checked API documentation but can't seem to find the correct API for my need.
    Do any APIs like this already exist that I might have overlooked? If no, would…

  • Web portal - Custom “feed” to post News

    Dear experts,

    We have been asked if there is a possibility to create a feed-like section where you could post any new OIM related developments, such as new implemented systems, etc.

    It is my understanding that each new "post" would entail a web designer…

  • Filter Business Role > Membership > Request memberships list

    Dear Experts,

    We have a business requirement that for certain Business Roles, when the manager clicks on the Request memberships button on the Memberships page, only those with a certain property ont he Employee object should appear in the list.
    Is there…

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

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

  • One user gets error when clicking "Send" for shoppingcart. An error has occurred

    Hi.

    We've just upgraded to 9.2.1 with reinstall of Web portal and Appserver.
    Everything seems to work fine, but ONE user on our admin team struggles with sending PWOs for other users.

    The user has the same rights as the rest of us in the team. When shoppingcart…

  • Angular Portal error on search: An error occurred while processing your request.

    When we are trying to search for any string on out of the box functionalities in Angular Portal, it throws an error: An error occurred while processing your request.

    Upon debugging/inspect the code, it shows error 500 Failed to load resource: the server…

  • Creating an Approval Workflow in One Identity with Conditional Rechecks

    In our One Identity implementation, we need to set up an approval workflow that includes a loop to recheck a specific condition. This ensures that business roles are assigned correctly and that any necessary adjustments by administrators are verified…

  • IT Shop - Restrict users to only one service item assignment

    Hi,

    In our environment we have done the following:

    • Created service items for user licenses
    • Created an IT Shop with a shelf for self service. The shelf is assigned the Self service approval policy, enabling end users to request and obtain the user licenses…
  • Data Source Toolbar Filter

    Hi, what has changed in the new 'v92" branch on GitHub. The filter we set did work before but now it doesn't work anymore. We only want to show the directs when the view is initial loaded (don't have to set filter manually).

    Do I have…

  • Webportal error

    Hi Guys,

    Does anybody have some idea about the below error notification in the old web portal? We are trying to create a new role and create it for the adsgroup.

    Uncaught TypeError: Cannot read property 'responseData' of undefined

    The API server…

  • System roles - Main data fields

    Hello,

    I have the problem that I can't add new fields to the main data of "System Roles". Normally it's possible through the API Configuration:

    I go under QER > Property Editor / Propertys that can be edited / System Roles and want…

  • How can i edit Web Portal login error message?

    Hi everyone,

    How can I edit the default Web Portal login error message "You are not authorized to use this database."?

    From Web Portal in VI_Common_Login, I see "Container7 - error container" but I can't modify the message from that.…

  • Add a Tooltip in a Web Portal form

    Is it possible on a form of the Angular Web Portal to show a description of the various fields to help the end-user understand how to fill them in?

    In Manager/Designer the fields' description is visible through the Remark property and is displayed when…

  • Request IT Shop item for people not in the shop with new Web Portal

    Hi everyone,

    I am using One Identity Manager On Demand v.9.2 with the new Web Portal.

    We need to allow some HR employees to request an item for all the users who do not have access to the IT Shop. If I remember correctly, this was possible with the old…

  • Disable user creation in IdentityManager (web)

    Hi guys,

    I'm searching for an easy solution to disable the user creation in the Web IdentityManager, in case that we don't want to allow users these option.
    It would be also fine if we just can disable the button in the web-interface, unfortunately…

  • Angular WebPortal Problem

    Hello,

    We are using Angular Web Portal. We passed custom application for the api server. Some users use the web portal properly. Evertyhing seems good but some users also cannot use web portal properly. They have been getting an error ('TypeError:Cannot…

  • How to use Database View to load data from Database into the local collections in Web Designer

    I have created a view in Database and I am trying to load the content of the view into the Local collection in the Webdesigner just like how we fetch contents of Database table into Local collection using Database Object component type. I tried using…

  • Chaining filters in the API

    Hello everyone,

    while using the standard API you can often input filters. Sadly I have only be able to use one filter per request. 

    E. g.: {{baseUrl}}/portal/person/all?PageSize=50&filter=[{"CompareOp":0,"Type":0,"ColumnName":"IsInActive","Value1"…