Changes between Version 5 and Version 6 of SSOlifetime


Ignore:
Timestamp:
06/20/14 10:20:27 (10 years ago)
Author:
dabantz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SSOlifetime

    v5 v6  
    4646}}} 
    4747 
     48N.B. Adding the Multi-Context Broker (MCB) replaces that handler with an MCB handler[[br]] 
     49that 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}}} 
    4861==== The session lifetime is determined in the shibboleth.!SessionManager bean ==== 
    4962