Roundcube Community Forum

 

Automatic login to Roundcube using curl‏

Started by coolatt, March 22, 2010, 03:26:28 AM

Previous topic - Next topic

coolatt

Hi All,

I have configured RoundCube with SSL, the  login url is https://webmail.xxx.mu/

I want to login automatically to this url using curl from within a PHP application(using php curl library) inorder to implement a single signon solution.

Can someone please help me with this ??

Thanks
coolatt

rosali

You can't login by cURL because it won't establish a valid session between the client browser and Roundcube.
Regards,
Rosali

coolatt

Is there any work around to this problem ??
Please help me. thanks :(

rosali

#3
What do you mean with a single sign on solution? If you are thinking about a single user environment, then check this: Howto: customize your roundcube webmail service in an easy way - Aidam IT-Services Development Blog

If you are looking for kind a AJAX based login behind the sceeneries then check my logout_redirect plugin (http://myroundcube.googlecode.com).
Regards,
Rosali