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

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

  • How to open link in a new browser window password reset portal

    Hi all,

    When I log in with the admin portal in configuration, I can enter the URL for the password reset portal. I want it to open in a new tab when I click on this URL, but it's not happening. Could you help me with this subject

    Best regards,

  • How Can We See Our Authorization as a List Instead of Hyperview

    Hi all,

    Our customer want to see on authorizations (ADGROUP, LDAPGROUP etc.) as a list or grid instead of hyperview. Is it possibble? Could you lead us for this subject?

    Best regards,

  • IT Shop - Require same system entitlements for multiple applications

    Hi guys,

    I need to create different applications into Web Portal and I have to assign to them the same system entitlements (type Active Directory):

    Application 1 - entitlement x, entitlement y

    Application 2 - entitlement x, entitlement y

    Application 3…

  • Angular Web Portal Import Problem

    Hi,

      I followed all the steps in the given link “support.oneidentity.com/.../3. Firstly, I downloaded the project from GitHub and then customized the project and built the project. Then, I zip the file as “Html_qer-app-portal” and saved via Software loader…

  • Web Portal failed import Angular project.

    Hi Everyone,

    I have downloaded the code from github and custumize code in visual studio code. After I custumize the code I builded it and saved as 'Html_qer-app-portal.zip'. I import the file while Software Loader and I copied the zip file to the "bin…

  • Delete Org membership API doesn't work

    I'm trying to call the DELETE API on the endpoint /ApiServer/portal/roles/config/membership/Org/{UID_Org}/{UID_Person} and I receive a 200 OK response with the membership details, but the membership is not removed. Is it an API problem? Has anyone encountered…

  • Request History Buttons

    Hello,

    when you open My Responsibilites > Identities and select one there is the tab "Requests". There is the history of what that person ordered.

    When you select one order, it will open up a sidesheet. And there will also buttons show up …

  • [Web portal] Set the visibility of a new page based on having an AERole

    I have created a new page on the web portal and I would like this menu to be visible only to users who own a specific AERole.
    Is there an Angular component in the project that allows me to carry out this check?
    Something like QerPermissionsService and QerPermissionsHelper…

  • [Web portal] Placeholder text for date field

    Hello everyone,

    Anyone know how I can change the placeholder format of the Date field in OIM version 9.1?

    The placeholder has the format M/d/yyyy and I would like to use DD/MM/YYYY which corresponds to the French format.

    Thanks in advance

  • Failed to authenticate user using OAuth2/Open ID Connect. System.ArgumentException: Invalid JSON primitive: .

    Hello All, 

    We're trying to connect One Identity Manger with Keycloak using openID Connect protocol. Once we enter the URL of the Web portal it redirects back to AM for authentication, after authentication it redirect back to the web portal but with…

  • PersonInOrg API miss in portal qerClient

    The method that calls the /portal/candidates/PersonInOrg endpoint (standard API) is not present in Agular Project's qerClient.

    There are methods for PeronInAERole, PersonInDepartment, PersonInProfitCenter... But PersonInOrg miss.

    In API Server --…

  • Translations in new web (Angular)

    Hello,

    i added a new text in the web, which i want to be translated. But i don't find out where these changes are made.

    I tried in the Designer Base Data > Localization > Translatable text to add a new EntryKey. But in the Translation Editor the…

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

  • Attestation properties are not displayed as configured in web portal attestation case details

    Hello experts.

    I have a question regarding an attestation case. We created a custom attestation procedure where we have to display the values for an attestor to approve or deny a new value of a certain attribute.

    However when the attestation case is generated…

  • How to add a column to filter in grid, in web designer

    I have a request property that uses the department column. When users of the web portal choose a department, only the column Fullpath is shown. I do not want the users to manually add the column Departmentname, but rather have that column as default,…

  • Search not work on Angular Portal


    On the Angular Portal since 9.1 Version have this problem the search term params does not exist and repsonse 500 error .

    This is my exception if i try to hit the endpoint from the searchbar and on the swagger ui.

    Error: An error occurred while processing…

  • Regarding Request Properties, how can I reference another parameter in the Valuation, Validation script columns?

    Hi Guys,

    I am using Request Properties with the Angular Web Portal,

    And I have, for example, the parameters "First Name" and "Last Name". In the Validation column of the "Last Name" parameter, I would like to retrieve the value of the "First Name" parameter…

  • New custom API doesn't work on Web Portal

    I want to create a new page on the Web Portal to display the AERoles.
    I developed a new custom API:
    builder.AddMethod(Method
                    .Define("ccc/AERole")
                    .FromTable("AERole")
                    .EnableRead()
                    .WithAllColumns…
  • About A Product's Requestable

    Hello everyone,

    We have a product that can be requested by external users. We want that external user's manager can request the product on behalf of external users but at the same time, external users shouldn't see the product when they logged in Web…

  • How limit acess to the web portal to another Active directory accounts with the same identity

    Hi

    Version: OIM 8.2

    is possible to block or to limit acess from a specifc ADSAccount (used for suport cases) to the Web portal, the method used  Actually for login is Active Directory user Account (Manual Input/Role Based)

    the question is if have some…

  • DGE Filesystem Resource Access report from Web Portal is different from that generated by Manager

    Hello, everyone,


    I am using the One Identity Manager Data Governance Edition version 9.2,

    I am experiencing an abnormal behavior when generating "Filesystem Resource Access" reports via web portal, the type of "Access" is not displayed in the…

  • How can I create a customized product on the new Web Portal? OneIM 9.2

    In Web Designer, I normally used Object Dependent to create a link between the Web Component and the Product I wanted to customize.
    In the new Web Portal, I searched the QER lib, but unfortunately I couldn't find a way to make a link between a new component…

  • Caches management of Angular Web Portal

    Hello everyone,

    We are making a custom app for one of our solution from the Angular codebase v92. We are building using npm run build. But we see there is a caches that is not getting cleared when we have deployed the custom app. Can anyone of you please…