authserver/testCAS/config/cas.php
changeset 8 5a0cbbe0922a
parent 0 1afc9d2ab94d
equal deleted inserted replaced
7:1a3fa80225b2 8:5a0cbbe0922a
   108         |                                 'http://client.example.com/'
   108         |                                 'http://client.example.com/'
   109         |                         )));
   109         |                         )));
   110         | For the exemple above:
   110         | For the exemple above:
   111         |   'cas_proxied_services' => array('/^https:\/\/app[0-9]\.example\.com\/rest\//','http://client.example.com/'),
   111         |   'cas_proxied_services' => array('/^https:\/\/app[0-9]\.example\.com\/rest\//','http://client.example.com/'),
   112         */
   112         */
   113 
   113          'cas_proxied_services' => array('/^https?://.*', 'http://homestead.app/home'),
   114          'cas_proxied_services' => array(),
       
   115 
   114 
   116         /*
   115         /*
   117         |--------------------------------------------------------------------------
   116         |--------------------------------------------------------------------------
   118         | Use SAML to retrieve user attributes
   117         | Use SAML to retrieve user attributes
   119         |--------------------------------------------------------------------------
   118         |--------------------------------------------------------------------------