*** 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" ... >
...
...
<ApplicationOverride id="allowGuestID" entityID="https://mysite2.cit.cornell.edu/shibboleth">
<Sessions lifetime="3600" timeout="3600" checkAddress="false" handlerSSL="true"
cookieProps="https" handlerURL="/myguestidLocation/Shibboleth.sso">
</Sessions>
</ApplicationOverride>
</ApplicationDefaults>
Note: If you define ApplicationOverride for an entire website, it can use default handler URL location. You should remove handerURL define from this example. |
...