Versions Compared

Key

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

...

Expand
titleUpdate Access Control shib.conf

Open /etc/httpd/conf.d/shib.conf in a text editor. If you are Not using default Apache installation, make sure this file is included in your Apache config. All the authorization rules should be defined in this file.

Code Block
titleExample: require group/permit
safd<Location /secure>
  AuthType shibboleth
  ShibRequestSetting requireSession 1
  require shib-attr groups myGroup1 myGroup2
</Location>

 

 

 

Register Service Provider with Cornell IDP

...