| 48 | N.B. Adding the Multi-Context Broker (MCB) replaces that handler with an MCB handler[[br]] |
| 49 | that explicitly sets authenticationDuration as follows: |
| 50 | {{{ |
| 51 | <ph:LoginHandler xsi:type="mcb:MultiContextBroker" authenticationDuration="PT8H0M0.000S" previousSession="true" |
| 52 | depends-on="mcb.Configuration"> |
| 53 | <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</ph:AuthenticationMethod> |
| 54 | <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</ph:AuthenticationMethod> |
| 55 | <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:Password</ph:AuthenticationMethod> |
| 56 | <ph:AuthenticationMethod>https://iam.alaska.edu/trac/wiki/mfa</ph:AuthenticationMethod> |
| 57 | <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:PreviousSession</ph:AuthenticationMethod> |
| 58 | </ph:LoginHandler> |
| 59 | |
| 60 | }}} |