[SIDP-388] - Add eduPersonAssurance attribute to attribute-resolver.xml config example
[SIDP-384] - Incorrect error message set for expired request in Shibboleth SSO Profile Handler
[SIDP-382] - Less verbose logging for failed attribute queries due to missing name-id
+[SIDP-381] - Use duration notation for assertion lifetime in example config files
[SIDP-379] - Usage of general AuthenticationException in UsernamePasswordLoginHandler
[SIDP-374] - Switch to use StaticBasicParserPool instead of BasicParserPool
[SIDP-373] - The SLF4J MDC state is not being properly cleared when request processing is done.
-->
<ProfileConfiguration xsi:type="saml:ShibbolethSSOProfile"
includeAttributeStatement="false"
- assertionLifetime="300000"
+ assertionLifetime="PT5M"
signResponses="conditional"
signAssertions="never" />
<ProfileConfiguration xsi:type="saml:SAML1AttributeQueryProfile"
- assertionLifetime="300000"
+ assertionLifetime="PT5M"
signResponses="conditional"
signAssertions="never" />
<ProfileConfiguration xsi:type="saml:SAML2SSOProfile"
includeAttributeStatement="true"
- assertionLifetime="300000"
+ assertionLifetime="PT5M"
assertionProxyCount="0"
signResponses="conditional"
signAssertions="never"
encryptNameIds="never" />
<ProfileConfiguration xsi:type="saml:SAML2AttributeQueryProfile"
- assertionLifetime="300000"
+ assertionLifetime="PT5M"
assertionProxyCount="0"
signResponses="conditional"
signAssertions="never"