Symantec Access Management

  • 1.  Convert responses to upper case out of box

    Posted Feb 12, 2016 10:27 AM

    Hello, I am sure lot of people had similar requirement.

     

    We are integrating with our SM R1251 as IDP to a partner using SAML2. We send userID as a common identifier. User ID is popilated the way it is created in our AD which is always in upper case. However, our partner wants it in lower case as that is how their systems are configured. Is it possible to convert these Assertion attributes to uppercase out of box? Or do I have to use Active responses of some sort?



  • 2.  Re: Convert responses to upper case out of box
    Best Answer

    Posted Feb 12, 2016 10:50 AM

    you can always create virtual attributes and use operators described in documentation. I think LCASE is what you are looking for.

     

    CA SiteMinder® Integrated Documents 12.51



  • 3.  Re: Convert responses to upper case out of box

    Posted Feb 12, 2016 01:34 PM

    Excellent, Kaladhar. This is exactly what I am looking for. Thanks for a speedy reply. Do you know by any chance if I can use it in federation partnerships as part of assertion attributes? Thanks for your time and help.



  • 4.  Re: Convert responses to upper case out of box

    Posted Feb 13, 2016 12:17 AM

    Virtual attribute did nt help me  but I created a user maaping and linked it to a expression with LCASE function and called that attribute as part of my assertion. That worked. Thanks for your help, sir. Much appreciated.