• PropertyConfig -> MethodConfiguration will not remain persistent

    We have added a PropertyConfig -> MethodConfiguration -> Filter within the JSON Configuration. 

    The Filter si also described in another Forum Entry:  RE: Delegation of attestation 

    The definition we added is:

    "PropertyConfig/MethodConfiguration/delegations_UID_PersonReceiver_candidates…

  • How to store data in a config parameter from a script

    I want to store data like an access token and the exp. time in an config paramter so I don't have to request a new token for every call.

    I know I can reach the parameter with somethign like: 

    Dim paramExp = Session.Config.GetConfigParm(tokenExpPath…

  • Call a configuration parameter in Synchronization editor

    Hello,

    I have a configuration parameter:

    Custom\LDAP\DefaultValues\gidNumber, which has a value.

    My goal is to call it only from the Synchronization Editor.

    I created a new property (script property) and tried the following code to call it:

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

  • Using configuration parameters in mail template

    Hello, I have some number of custom configuration parameters which are using in many places such as scripts, dynamic roles conditions, etc..

    So question is how to get value of configuration parameter in mail template?

    An idea for now is using script in…

  • Unable to Encrypt configuration parameter.

    Hi All,

    I am creating a new configuration parameter to save an account password, but I am not able to enable the Encrypted check box present for the configuration parameter. The database encryption is also on.

    we are using version 8.2 and launching the…