• Configuration and Permissions for new Angular based Web Portal (IT Shop)

    Hello,

    we are currently testing first steps towards the new Angular Web with version 9.1.1.
    Now there seems to be still 2 points where we have not yet read properly from the documentation how to do the respective configuration/settings.

    1) Where or how…

  • Migration from WebDesigner Frontend to HTML5 Frontend - Object Dependent References

    Hello,

    we currently use the OneIM WebDesigner IT Shop and want to migrate to the HTML5 IT-Shop.

    In WebDesigner we have some Object Dependent References like Insert_ShoppingCartItem, Edit_ShopingCartItem or Edit_PersonWantsOrg to add popups, custom verification…

  • HTML5 portal MsgBox from request property

    Hi,

    I have created a request property that checks if a user-entered group name (cn) is unique. If the entered value already exists, the user should get a dialog box explaining the error. I have the following code in the Validation script of the request…

  • Request Property and data from PersonInDepartment

    Hi all,

    I am trying to solve the following use case:
    An Employee is associated with several Departments through PersonInDepartment. When the Employee is ordering a product from ITShop, they should be able to select one of their Departments in a drop down…

  • HTML5 template for custom applications now live

    Just a quick note to announce that we have added a template for custom HTML5 applications. You can find this on the official One Identity Github repository,

    https://github.com/OneIdentity/IdentityManager.Imx/blob/master/imxweb/projects/custom-app/readme…

  • Making use of DialogCulture setting in HTML5 Web application

    Hello,

    we have a custom webshop that combines a HTML5 web application and the current v.8.1 Webportal. If i set a user's culture (Person.UID_Culture) the Webportal language changes accordingly even though the accept-language setting of the browser differs…

  • Add HTTP Header fields to Composition API Client

    Hello,

    how can we add additional HTTP Header fields to the requests of the Composition APIs imx-api Client? Currently we are using the Client instance that is provided by the imx_SessionSerivce.

    Thanks in advance.