Forums | Mahara Community
Support
/
Mahara and CAS
02 February 2011, 8:39
Is there any news on mahara with CAS as authentication module? I think I would be able to code some module, but I do not want to do work already done.
02 February 2011, 14:29
Hello Uwe,
There has not been any CAS integration work as far as I know unless somebody did not make their dev work available to the community.
Cheers
Kristina
03 February 2011, 3:37
Hi Kristina,
thanks for your answer. Looks like I will do that integration on myself then. If there will be nothing against it, I will not hesitate to share it afterwards.
Best regards,
Uwe
03 February 2011, 18:33
Hello Uwe,
Certainly nothing speaks against you sharing your development work once you are done. That would actually be fantastic.
Cheers
Kristina
22 March 2011, 11:04
Hi, we are also trying to make an authentication plugin for CAS, we are using Jasig phpCAS library but we are getting the following problem, when it comes back from CAS forceAuthentication method, mahara does not continue executing the code. Any ideas?
public function authenticate_user_account($user, $password) {
$this->must_be_ready();
phpCAS::setDebug();
// initialize phpCAS
phpCAS::client(CAS_VERSION_2_0,'url.to.cas',443,'/cas',false);
// no SSL validation for the CAS server
phpCAS::setNoCasServerValidation();
// force CAS authentication
phpCAS::forceAuthentication();
//Nothing happed after forceAuthentication line
//It never return true
return true;
}
12 December 2011, 10:25
Hello,
I am glad to announce a preliminary version at https://github.com/patrickpollet/mahara_plugin_auth_cas
Enjoy
A post by Account deleted was deleted
- «Previous page
- 1
- 2
- »Next page