*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Code Block | ||
|---|---|---|
| ||
<ApplicationDefaults entityID="xxx" ...>
<Sessions lifetime="28800" timeout="3600" relayState="ss:mem" checkAddress="false" handlerSSL="true" cookieProps="https">
...
<ApplicationOverride id="myAppName">
<Sessions lifetime="7200" timeout="600" relayState="ss:mem"checkAddress="false" handlerSSL="true" cookieProps="https">
<SSO entityID="https://shibidp.cit.cornell.edu/idp/shibboleth">
SAML2
</SSO>
</Sessions>
</ApplicationOverride>
</ApplicationDefaults> |
...
| Code Block | ||
|---|---|---|
| ||
<VirtualHost ...>
<Location />
AuthType shibboleth
ShibRequestSetting applicationId myAppName
...
</Location>
</VirtualHost> |
| Code Block | ||
|---|---|---|
| ||
<RequestMap>
...
<Host name="myapphost.example.org" applicationId="myAppName"/>
...
</RequestMap> |
...