Optional - If two factor authentication (2FA) is desired on depts, staff, faculty, or courses, then add the following text to this file instead:
AuthType Shibboleth
ShibRequestSetting requireSession true
ShibRequestSetting redirectToSSL 443
ShibRequestSetting applicationId 2fa
<IfVersion < 2.4>
ShibRequireAll on
ShibCompatWith24 on
require authnContextClassRef https://refeds.org/profile/mfa
require shib-user joshg sallyt jcat
</IfVersion>
<IfVersion >= 2.4>
<RequireAll>
require authnContextClassRef https://refeds.org/profile/mfa
require shib-user joshg sallyt jcat
</RequireAll>
</IfVersion>