Symantec Access Management

  • 1.  SSO Siteminder for IIS - User Lookup

    Posted Aug 28, 2015 04:54 PM

    I have a question regarding Siteminder agent for IIS. I have gone through Siteminder SDK documentation and Google searches but can't find any answers.

    Our .NET applications that run under Siteminder Agent for IIS need to make a call to the Policy server in order to lookup a Siteminder user (or retrieve a list of all users). How can this be done in .NET code (or C)?

     

    We are using the following version of the Agent:  ca-wa-IIS8.5-12.0-sp3-cr012-win64
    Would appreciate any pointers to info on this issue.



  • 2.  Re: SSO Siteminder for IIS - User Lookup

    Posted Aug 31, 2015 02:53 AM

    Hi,

    If you have installed Siteminder SDK agent into the environment, try to check the sample file (<Siteminder_SDK installed_path>\sdk\samples\smdirapi) if that give you some information. There is a

    int FindUser (const char *pszUser) function that I think relevant to you.

     

    In java (CA SiteMinder SDK r12.52sp1), there is dmsapi -> SmDmsSearch (CA SiteMinder SDK r12.52sp1) that can search for users but was not quite sure on C/C++. Try check the samples folder in sdk agent and I hope it can give you some hints.

     

    Hope this helps.

    Kar Meng