This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to retrieve custom attribute using SPML

 Hello,

I am having issues with pulling custom AD and virtual attributes while using SPML provider to search user even tough I specifically request them in the attribute section. Any guidance is appreciated.. I do not want to stand up a custom webservice, rather use SPML provider..

thanks.

Parents
  • Nick, I am not getting any error.. it just does not return a value.. here is my sample config file.

    <configuration xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns:xsd="www.w3.org/.../XMLSchema" xmlns="urn:quest:names:SPMLProvider">
    <service>localhost</service>
    <adsiProvider>EDMS</adsiProvider>
    <schemaFile>SPMLSchema.Config</schemaFile>
    <capabilities>
    <search>
    <defaultMaxSelect>1000</defaultMaxSelect>
    <pageSize>25</pageSize>
    </search>
    <password>
    <appliesTo>
    <class>user</class>
    </appliesTo>
    </password>
    <suspend>
    <appliesTo>
    <class>user</class>
    </appliesTo>
    <suspendAction>disable</suspendAction>
    </suspend>
    </capabilities>
    <checkOutput>false</checkOutput>
    </configuration>
Reply
  • Nick, I am not getting any error.. it just does not return a value.. here is my sample config file.

    <configuration xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns:xsd="www.w3.org/.../XMLSchema" xmlns="urn:quest:names:SPMLProvider">
    <service>localhost</service>
    <adsiProvider>EDMS</adsiProvider>
    <schemaFile>SPMLSchema.Config</schemaFile>
    <capabilities>
    <search>
    <defaultMaxSelect>1000</defaultMaxSelect>
    <pageSize>25</pageSize>
    </search>
    <password>
    <appliesTo>
    <class>user</class>
    </appliesTo>
    </password>
    <suspend>
    <appliesTo>
    <class>user</class>
    </appliesTo>
    <suspendAction>disable</suspendAction>
    </suspend>
    </capabilities>
    <checkOutput>false</checkOutput>
    </configuration>
Children
No Data