Example #1
0
 protected function validSSO()
 {
     $config = new SSO\Configuration($this->defaultConfig);
     $config->setCachePool(new Stash\Pool(new Stash\Driver\Ephemeral()));
     return new SSO($config);
 }