Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: coolatt on March 22, 2010, 03:26:28 AM

Title: Automatic login to Roundcube using curl‏
Post by: coolatt on March 22, 2010, 03:26:28 AM
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
Title: Automatic login to Roundcube using curl‏
Post by: rosali on March 22, 2010, 06:40:43 AM
You can't login by cURL because it won't establish a valid session between the client browser and Roundcube.
Title: Automatic login to Roundcube using curl‏
Post by: coolatt on March 23, 2010, 06:27:27 AM
Is there any work around to this problem ??
Please help me. thanks :(
Title: Automatic login to Roundcube using curl‏
Post by: rosali on March 23, 2010, 08:18:06 AM
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 (http://blog.aidam.de/index.php?/archives/1-Howto-customize-your-roundcube-webmail-service-in-an-easy-way.html)

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