Additional Entity in IIS
Cantor, Scott
cantor.2 at osu.edu
Mon Dec 19 20:57:49 UTC 2022
> If the first host in the requestmap has the second entity(esig) listed in the
> applicationId the Shib-Handler in /esig/phpinfo. php changes to
> /esig/Shibboleth. sso.
The handler base path (virtually) always ends in /Shibboleth.sso.
A typical path override will look something like:
<RequestMap applicationId="default">
<Host ...>
<Path name="esig" applicationId="override" />
</Host>
</RequestMap>
The ApplicationOverride's Sessions element later on will contain handlerURL="/esig/Shibboleth.sso"
A handler of "/esig/phpinfo.php" is pretty well off the reservation and presumably misunderstands what the handler is for.
-- Scott
More information about the users
mailing list