Forums | Mahara Community

Support /
Mahara and CAS


anonymous profile picture
Account deleted
Posts: 42

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.

Kristina Hoeppner's profile picture
Posts: 4736

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

anonymous profile picture
Account deleted
Posts: 42

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

Kristina Hoeppner's profile picture
Posts: 4736

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. Smile

Cheers

Kristina

anonymous profile picture
Account deleted
Posts: 1

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;

}

anonymous profile picture
Account deleted
Posts: 2

09 December 2011, 4:22

Any news?

anonymous profile picture
Account deleted
Posts: 26

12 December 2011, 10:25

Hello,

      I am glad to announce a preliminary version at https://github.com/patrickpollet/mahara_plugin_auth_cas

Enjoy

anonymous profile picture
Account deleted
Posts: 2

13 December 2011, 9:50

Thanks!! I hope, that you version will work.

 

Cheers...

anonymous profile picture
Account deleted
Posts: 26

13 December 2011, 11:14

give it a go and let me know ;-)

A post by Account deleted was deleted

20 results