Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleApplicationOverride
<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.

...