• Modern request properties and columns on PersonWantsOrg table

    We are using modern request properties on some products as we want to leverage some of the new functionality (e.g. validation scripts).

    The behaviour we have noted with these is that:

    1. New request properties shown in a pop out as the item is added to…

  • How to deploy att customizations

    I have developed some customizations on the attestations module (att project), specifically on the "loss-preview-table" component.
    How can I deploy these changes?

    I tried to build the project with the "ng build --configuration dynamic att" command…

  • SSO One Identity Manager 9.3

    Hello everyone, I hope you're doing well. I would like to ask a question regarding SSO (In Angular Web Portal). I'm currently working with One Identity Manager 9.3, but I haven't been able to find clear documentation on how to properly enable it and how…

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

  • Check if session source is Web Portal/API Server in table scripts and column templates

    Hello One Identity experts,

    I hope someone can give me a hint for a challenge I'm facing:

    I'm implementing backend validations for modifications on persons in the table scripts and column templates. Essentially this works quite well by throwing an exception…

  • Creating a Custom API That Calls Another API Based on Response Code & .NET/C# Documentation


    Hello everyone,
    I'm currently working on a customization project in One Identity Manager and would like some guidance on the following:
    I'm trying to create a custom API endpoint that will:
    Call an external API.
    Based on the response code (e.g., 200…

  • How to upload a PDF file using Request Properties in the Angular Web Portal?

    I was trying to upload a PDF file using the Request Property in the product, but the Request Property only allows the upload of PNG files. Is there a way to upload PDF files using Request Properties?

  • Can the Approvers Edit the 'Valid Until' Field of a Request by Default?

    Hello,

    We are using Identity Manager 9.2 and the Angular Web Portal. I want the approver to edit the 'Valid Until' field for requests they are responsible for. Can we enable this by default?

    BR,

    Volkan Ceylan

  • How to allow manager to renew an access request?

    Hi.

    I need to allow managers of identities to submit a renewal request on their behalf. Currently, out of the box, they can only do it for the requests they created so where they are set as UID_PersonInserted, I think.

    I tried creating a custom Permission…

  • Where is the Delegation Editing Functionality in Angular portal (after creation of delegation) ?

    Currently, users can create a delegation, but there is no clear way to modify an existing delegation after creation. This functionality is necessary to allow users to update details such as delegation period, assigned roles, or permissions. Is there any…

  • Mandatory Fields in Angular Web Portal

    Hello,

    I am using One Identity Manager v9.2.

    I want to make the Valid Until and Reason fields mandatory in the Angular Web Portal. Employees shouldn't be able to submit a request without filling in these fields. How can I enforce this in the Angular Web…

  • Request Property cumulative parameter

    Hi,

    We are using version 9.2.1 with the Angular Portal.

    We need to configure a request property for some IT Shop items.

    In our specific case, the user is requesting SAP roles but, since users can have multiple accounts, we wanted to use a request property…

  • Remove default IT SHOP items

    Hello,

    We need to modify IT SHOP and we need to hide some items that are present by default in the request screen. We tried to delete the various items, however it gives us the following error: "You are not allowed to remove default objects or assignments…

  • How can we configure a different application name and also without the html (Angular 9.2.1)

    Is there a way we can change the URL of the angular application and what would the best way to do this be?
    For example, right now it is something like demo.web.demo/.../.

    But how do we change it so instead of qer-app-portal, How can we use a different…

  • Angular Portal Remove Automatic selection of authentication module

    Hi all,

    We are using One Identity Manager OnDemand version 9.2.1 with the new Angular Portal.

    The only authentication module we enabled for the users to login is the OAuth 2.0/OpenID Connect (role-based). However, when the users try to login in the Password…

  • Angular New Manager Product unsubscribe

    Hello,

    in the actual Angular Portal Version 9.2 (from GitHub) is a cool new feature that when i create a request for a Identity to assign a "New Manager" a ShoppingCardItem is created and in dies Request i can select witch Produkt should be unsubscribed…

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

  • The Search Index is Currently Not Available

    Hello,

    We have an issue with the Angular Web Portal: whenever we try to search something we get the error "The Search Index is Currently Not Available [57263001]". We have tried installing the App Server and running Update index, but it did not work.…

  • Automatic prefilled request property

    Hello everyone,
    I am in the process of deploying a product in Angular Web on OneIM version 9.2 that uses the new request properties.

    These are also displayed as desired.
    Now I am in the process of adapting the valuation scripts and validation scripts.

  • Request history in new Angular web portal: viewing permission denied

    Hi!

    We are using One Identity version 9.2, in two test environments, and in one of them I can open request history in the web portal, but in the other, I get the error message: 

    Request procedures: Viewing permission denied for value "Product". [810024…

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

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

  • How to change session timeout duration for angular portal?

    WebDesigner uses the session timeout specified in web.config, for example

        <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="60"/>…

  • 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…
  • How to Enable Passcode Generation for All Identities in Angular Web Portal as a Session User

    In the current out-of-the-box feature, a user can only generate passcodes for their subordinates/direct reportes. For example, in the Angular dashboard, under the "My Responsibilities" tile, it lists:

    • User 1
    • User 2

    As a user, I can generate…