1 <?xml version="1.0" encoding="UTF-8"?>
3 <ProfileHandlerGroup xmlns="urn:mace:shibboleth:2.0:idp:profile-handler" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="urn:mace:shibboleth:2.0:idp:profile-handler classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd">
6 <ErrorHandler xsi:type="JSPErrorHandler" jspPagePath="/error.jsp" />
8 <ProfileHandler xsi:type="Status">
9 <RequestPath>/status</RequestPath>
12 <ProfileHandler xsi:type="ShibbolethSSO">
13 <RequestPath>/shibboleth/SSO</RequestPath>
16 <ProfileHandler xsi:type="SAML1AttributeQuery">
17 <RequestPath>/saml1/SOAP/SSO</RequestPath>
20 <ProfileHandler xsi:type="SAML2SSO">
21 <RequestPath>/saml2/SSO</RequestPath>
24 <ProfileHandler xsi:type="SAML2AttributeQuery">
25 <RequestPath>/saml2/SOAP/AttributeQuery</RequestPath>
28 <AuthenticationHandler xsi:type="RemoteUser">
29 <AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</AuthenticationMethod>
30 </AuthenticationHandler>
32 </ProfileHandlerGroup>