...
Code Block | ||
---|---|---|
| ||
; same as Apache Example with additional sections ; enumerates hostnames to install for [vhosts] sp.example.org altsp.example.org [sp.example.org] SiteID=1 /secure=protected ; protects everything under /secure ; assigns [altsp.example.org] SiteID=634655888908 ~/secure/=protected ; protects any path containing secure ; defines a "class" of settings to apply [protected] requireSession="1" |
Code Block | ||
---|---|---|
| ||
; same as Apache Example with additional sections
; default entityID is https://sp.example.org/shibboleth
; enumerates hostnames to install for
[vhosts]
sp.example.org
admin.example.org
[sp.example.org]
/secure=protected
; override entityID for /admin path
entityID="/admin https://admin.example.org/shibboleth"
[admin.example.org]
/secure=protected
; override entityID for entire vhost
entityID=https://admin.example.org/shibboleth
[protected]
requireSession="1"
|