Shibboleth enabled images are provided for PHP and Perl. Tenants developing in languages other than Perl and PHP will be responsible for the installation and configuration of the authentication modules/libraries.
Operating System: Any
Applies To: Faculty or Staff using CaaS
Last Reviewed: October 29, 2024
It may take up to two weeks for your request to be completed.
Shibboleth authentication should be managed using .htaccess files. A very basic example of how to require Shibboleth authentication is below. See the links under See also, below, for more details.
.htaccess
AuthType shibboleth
ShibRequestSetting requireSession 1
Require valid-user
Contact the UBIT Help Center.