Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: lookupUrl is defined as an attribute - fixed the attribute-resolver.xml example, which had been showing it as an element.

...

Code Block
<ProfileHandlerGroup xmlns="urn:mace:shibboleth:2.0:idp:profile-handler"
                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                     xmlns:example="http://example.org/shibboleth/authn"
                     xsi:schemaLocation="urn:mace:shibboleth:2.0:idp:profile-handler classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd
                     urn:example.org:shibboleth:2.0:resolver classpath:/schema/myConnectors.xsd">
[..]
    <resolver:DataConnector id="userLookupAttributes" xsi:type="UserLookup" xmlns="urn:example.org:shibboleth:2.0:resolver">
        <lookupUrl>http lookupUrl="http://data.example.org</lookupUrl>
    </resolver:DataConnector>org"/>