• Connecting SAP BTP to OneIdentity using SCIM Connector

    Hi group!!

    We would like to connect SAP BTP to OneIdentity using the SCIM Connector.

    Currently the SAP BTP is using  - "urn:scim:schemas:core:1.0"  , which they cannot upgrade to 2.0

    and One Identity is using  by default - "urn:ietf:params:scim:schemas…

  • Problem viewing Objects within Synchronization Editor

    Hello,


    In a sync project in our development environment, I would like to use the Target System Browser to look at the attributes - especially the virtual ones - and check whether all virtual attributes are set correctly.
    However, I do not get any results…

  • What must be done to obtain a unique schema property?

    In a sync project for data exchange with an application based on an MSSQL database, we use the sync project for MSSQL databases.
    The mapping is set up so that the desired data can be determined and transferred. However, when we run the first simulation…

  • Differencies between One Identity Manager DB schema V6 and V8.

    Dear One Identity community,
    I'd like to know the differencies between One Identity Manager DB schema V6 and V8.
    Currently a reporting tool is directly connected the the V6 and I would like to know what's the gap to prepare the new requests. (No we…

  • Schema extension of AccProductParameter in Manager UI

    We did a schema extension on the table AccProductParameter, column CCC_IsPassword, which basically controls the way how the field appears on the web, bullets or not.

    Unfortunately it's not automatically showing up in Manager UI where we set up the properties…

  • Is it allowed/possible to extend DialogColumn Table in Q1IM 6.1.4 ?

    If yes how can i do that?

    regards
    Tarigh

  • Change maximum size of AttestationCase.PropertyInfo from 1024 to NVARCHAR(MAX) in D1IM 6.1.4

    Hi,

    is it ok to change the maximum size of AttestationCase.PropertyInfo1 from NVARCHAR(1024) to NVARCHAR(MAX) via:

    alter table AttestationCase
    alter column PropertyInfo1 nvarchar(max)



    is it possible that something does not work after the change?

    thank…

  • New Custom field not showing up in Custom Tab

    I added a custom column the Person table using the Schema Extension, and made sure the sort order was not zero.  Comitted, Compiled and then loaded The Manager.  This field is not showing up on the Custom Tab for the table, is there something else I need…