1 <?xml version="1.0" encoding="UTF-8"?>
3 <ProfileHandlerGroup xmlns="urn:mace:shibboleth:2.0:idp:profile-handler"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="urn:mace:shibboleth:2.0:idp:profile-handler classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd">
7 <ErrorHandler xsi:type="JSPErrorHandler" jspPagePath="/error.jsp" />
9 <ProfileHandler xsi:type="Status">
10 <RequestPath>/status</RequestPath>
13 <ProfileHandler xsi:type="ShibbolethSSO">
14 <RequestPath>/shibboleth/SSO</RequestPath>
17 <ProfileHandler xsi:type="SAML1AttributeQuery">
18 <RequestPath>/saml1/SOAP/AttributeQuery</RequestPath>
21 <ProfileHandler xsi:type="SAML2SSO">
22 <RequestPath>/saml2/POST/SSO</RequestPath>
25 <ProfileHandler xsi:type="SAML2SSO" decodingBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect">
26 <RequestPath>/saml2/Redirect/SSO</RequestPath>
29 <ProfileHandler xsi:type="SAML2AttributeQuery">
30 <RequestPath>/saml2/SOAP/AttributeQuery</RequestPath>
33 <AuthenticationHandler xsi:type="RemoteUser">
34 <AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</AuthenticationMethod>
35 </AuthenticationHandler>
37 </ProfileHandlerGroup>