Symantec Access Management

 View Only
  • 1.  AD ObjectGUID

    Posted Feb 11, 2016 09:45 AM

    We have an application that interacts with the Siteminder.  When the policy server was configured to pass the AD objectGUID back to our application – an IIS 500 web-page error sometimes occurs if certain (illegal/invalid) characters within the value are sent in the header to the receiving web page.    We tried different encoding/decoding options and settings and haven't found the combination to get the raw data through.  We are using a 2012 OS for the web agent and application and the policy server is 2008R2.

     

    There is another application we know of that is much older on a Windows 2003 OS that can have the AD objectGUID enabled in the header information and display in a simple response.write page and it works just fine.

     

    Has anyone else encountered this and can help?  We tried some IIS settings, config settings for Siteminder etc. but haven't found the combination to make this work.

     

    We had a ticket in with CA and this was their response:

    I was able to reproduce this issue in
    my lab and was able to see objectGUID as junk values in the siteminder logs.

    After doing some research I learned
    that Siteminder does not support OctectString values.

     

    However we know that it does work with an older .Net application, OS & Siteminder version. So has it permanently changed that it no longer works but used to?



  • 2.  Re: AD ObjectGUID

    Posted Mar 23, 2016 12:13 PM

    We had a similar requirement to pass the objectGUID in a header.  We had to create a custom response to base64 encode the value.  (It would be nice if there were a built-in function for this.) I think we also did something similar with  a SAML plug-in.  Of course this means that the receiving application needs to be able to handle a base64 encoded value.

     

    I hope this helps.