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

  • Date format change only for Web Portal

    Hi,

    Is it possible to change the Date format on the Web Portal, without changing the date format settings for the whole system? We are currently using 8.2 version and the date format being used is MM/DD/YYYY. Since, we are connected to multiple downstream…

  • Direct product url in the IT Shop

    Hello, 

    I would like to know how we can have an url for a product in the IT Shop, so that when employees click on the link ( in an email or from another webpage like Jira) it takes the employee to the product page in the IT Shop directly so that they can…

  • how to show maintenance mode message in web portal

    Hi Team,

    I have planned a scheduled change in One Identity Manger v.8.2 and I want to display a maintenance window message in the web portal to users if anyone tries to use web portal during the change window. 

    Trying to display only a blank page with…

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

  • Web Portal - Error 500 while saving the request properties for a service item

    Hi,
    I added a Condition (query) on a parameter of request property related to a specific service element. 
    When I create the request in Web Portal by proceeding to populate the properties, the first field becomes blank when we select the second field. Also…