Home | History | Annotate | Download | only in conf
      1 
      2 <LocationMatch "^/(afe|tko|new_tko|loginz).*">
      3     AuthType google-sso
      4     AuthName ChromeOSAutotest
      5     RpMode v2_v1accepted
      6     KeysFile /var/lib/mod_google_sso/verifiers
      7     TicketSigningKey /etc/apache2/google_sso/login.crt
      8     ServiceRoot /
      9     LoginServer https://login.corp.google.com
     10     Require group eng eng-intern chromeos-testing job-castaudiozone-testengineer android-comms-tvc nonconf
     11     Order allow,deny
     12     allow from all
     13 </LocationMatch>
     14 
     15 <LocationMatch "^/(afe|new_tko)/server/noauth/">
     16     Order allow,deny
     17     Allow from all
     18     Satisfy any
     19 </LocationMatch>
     20 
     21 
     22