Versions Compared

Key

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

...

Code Block
titleFor Apache, open httpd.conf or equiv
<VirtualHost ...>
    <Location />
       AuthType shibboleth
       ShibRequestSetting applicationId myAppName
       ...  
    </Location>
</VirtualHost>


Code Block
titleFor IIS. Open , open shibboleth2.xml
<RequestMap>
...
    <Host name="myapphost.example.org" applicationId="myAppName"/>
...
</RequestMap>

...