1 <?xml version="1.0" encoding="UTF-8"?>
3 <ProfileHandlers xmlns="urn:mace:shibboleth:2.0:profile-handler"
4 xmlns:idpProfile="urn:mace:shibboleth:2.0:idp:profiles"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xsi:schemaLocation="urn:mace:shibboleth:2.0:profile-handler classpath:/schema/shibboleth-2.0-profile-handler.xsd
7 urn:mace:shibboleth:2.0:idp:profiles classpath:/schema/shibboleth-2.0-idp-profile.xsd">
9 <ErrorHandler xsi:type="JSPErrorHandler" jspPagePath="/error.jsp" />
11 <!-- ErrorHandler xsi:type="VelocityErrorHandler" jspPagePath="error.jsp" /-->
13 <ProfileHandler xsi:type="idpProfile:SAML2SSO">
14 <RequestPath>/shibboleth/IdP/saml2/HTTP/SSO</RequestPath>
17 <ProfileHandler xsi:type="idpProfile:SAML2AttributeQuery">
18 <RequestPath>/shibboleth/IdP/saml2/SOAP/attribute</RequestPath>