blob: e261a465fa1fbc73bc52e2c3f04c18b46e037ccb [file] [log] [blame]
Scott Zawalski347aaf42012-04-03 16:33:00 -04001
Fang Deng18699fe2015-12-04 16:40:27 -08002<LocationMatch "^/(afe|tko|new_tko|loginz).*">
Scott Zawalski347aaf42012-04-03 16:33:00 -04003 AuthType google-sso
4 AuthName ChromeOSAutotest
Scott Zawalski7e997922013-05-17 07:52:50 -04005 RpMode v2_v1accepted
6 KeysFile /var/lib/mod_google_sso/verifiers
7 TicketSigningKey /etc/apache2/google_sso/login.crt
Scott Zawalski347aaf42012-04-03 16:33:00 -04008 ServiceRoot /
9 LoginServer https://login.corp.google.com
Simran Basi4e40a312017-10-10 14:17:45 -070010 Require group eng eng-intern chromeos-testing job-castaudiozone-testengineer android-comms-tvc nonconf daydream-infra-access
Scott Zawalski347aaf42012-04-03 16:33:00 -040011 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