Jump to main content
URZ Workshop „Creating websites with TUCAL“
Access protection

Access protection

General

  • Request login and password
    • Recommended: Via the Web Trust Center of the TU Chemnitz
    • Login/password freely chosen
  • Allow access only from certain computers (not recommended)
  • Tip: .htaccess files are hidden files and may not be visible in the file list in WFM, but are noted at the end of the file list and can be shown with the link „anzeigen“ (show)

Examples

Authorisation of individual users:

AuthType shibboleth
ShibRequestSetting requireSession 1
Require user otto maxi fred

Authorisation of all employees of the TU Chemnitz:

AuthType shibboleth
ShibRequestSetting requireSession 1
Require shib-attr affiliation Mitarbeiter@tu-chemnitz.de

Authorisation of individual IdM groups:

AuthType shibboleth
ShibRequestSetting requireSession 1
Require shib-attr idmgroup urz:wiwi_studenten urz:wiwi_mitarbeiter