Jump to content

How do I hook in phpCAS jasig to actionAuthentication ?


Recommended Posts

this is what I have so far

 

<?php
class AuthController extends AuthControllerCore
{

   public function hookactionAthentication($patams)
   {


   }

  public function install()
  {
 return parent::install() && this -> registerHook('actionAthentication')
  }

  $params = array(

  );

 Module::hook Exec('actionAthentication', $Params)
}

 

I have no idea what params it takes. Can any one guide me in the right direction?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...