Symantec IGA

 View Only
Expand all | Collapse all

CA Identity Portal(Form) - Get Attribute values from userstore/SQL table

  • 1.  CA Identity Portal(Form) - Get Attribute values from userstore/SQL table

    Posted Mar 08, 2018 05:39 AM

    Based on CA document, there is a function in Form Handlers to return a list of Country based on "hardcoded" value.

    But i want to build a dropdown list that the Country value is getting from the userstore(LDAP) or SQL table.

     

    My main questions

    1) Can use LDAP query or SQL query in Identity Portal, so that i can retrieve a list of Country name ?

    2) If we can perform LDAP or SQL query and retrieve the result, then how do we populate into Identity Portal -> Form->Property ?



  • 2.  Re: CA Identity Portal(Form) - Get Attribute values from userstore/SQL table
    Best Answer

    Broadcom Employee
    Posted Mar 08, 2018 01:55 PM

    Hi

    I think you will need to first write java plugins for that and then reference in the javascript handlers on the form.

    Please see a similar post:

     

    Call Ldap from form handlers in Identity Portal 

     

    KR

    Russi



  • 3.  Re: CA Identity Portal(Form) - Get Attribute values from userstore/SQL table

    Posted Mar 08, 2018 08:37 PM

    Thanks Russi, i get the idea now.