...
Located in your JAR file as META-INF/spring.handlershandlers.
Code Block |
---|
urn\:example.org\:shibboleth\:2.0\:resolver = com.example.shibboleth.MyDataConnectorNamespaceHandler |
...
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"/> |