Author Topic: OpenID authentication  (Read 8121 times)

Offline webtech

  • Newbie
  • *
  • Posts: 3
OpenID authentication
« on: August 30, 2007, 10:35:41 AM »
OpenId authentication would be very usefull in roundcube.
Is it in your roadmap ?

Offline webtech

  • Newbie
  • *
  • Posts: 3
Re: OpenID authentication
« Reply #1 on: September 06, 2007, 10:30:09 AM »
Up

Offline webtech

  • Newbie
  • *
  • Posts: 3
Re: OpenID authentication
« Reply #2 on: September 17, 2007, 07:35:18 AM »
Re-up.

Any answers ??

Offline attachmentgenie

  • Newbie
  • *
  • Posts: 3
Re: OpenID authentication
« Reply #3 on: September 17, 2007, 09:07:37 AM »
Quote from: webtech
OpenId authentication would be very usefull in roundcube.

Not really, openid as such doesnt provide email. So unless email servers start accepting openid, this is most likely not on the cards. (i am not a Rc dev though)

Offline saxsux

  • Newbie
  • *
  • Posts: 2
Re: OpenID authentication
« Reply #4 on: January 19, 2008, 02:54:24 PM »
I think being able to login to roundcube with OpenID would be a fantastic idea!
As long as roundcube already has your server login details stored, and OpenID was only used for authenticating yourself, what attachmentgenie doesn't matter.

Offline evilbunny

  • Jr. Member
  • **
  • Posts: 13
Re: OpenID authentication
« Reply #5 on: February 14, 2008, 01:11:59 AM »
Quote from: saxsux
I think being able to login to roundcube with OpenID would be a fantastic idea!
As long as roundcube already has your server login details stored, and OpenID was only used for authenticating yourself, what attachmentgenie doesn't matter.

I don't consider that OpenID was really designed for this kind of secure authentication, in fact I treat it with about the same amount of respect/caution as an alternative to a web captcha.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: OpenID authentication
« Reply #6 on: March 20, 2008, 08:04:44 AM »
The problem with openID is that it's meant to group many different logins together. So if I use 3 different email addresses to log in to multiple sites, which email would RoundCube know to use? And also, I don't think the API really sends the email address, I think it just sends the userID (haven't looked into it in a while).

Not saying it's a bad idea; however, I personally feel that openID is less-secure than using your email and password. Why? Because with the email the user needs to know both pieces of information. With openID a user can get your info from one website that is a forum or blog, and then go into your email account via RoundCube (or some other webmail service) and send emails as you. Is that something you'd really want? Plus, if you change your password on the IMAP server, it doesn't change it with OpenID which is a problem since now you're bypassing the IMAP login function and you'd have to change your password with roundcube (which currently doesn't store passwords because it's a security risk).
 
  

Offline nja

  • Newbie
  • *
  • Posts: 1
Re: OpenID authentication
« Reply #7 on: February 02, 2010, 04:30:11 PM »
@bpat1434

Sniffing the users openid url does not give access to roundcube mails. One still needs a password.

And your other objection seems to concern only a very small user group. I think the very most users have only one emailaccount in one roundcube instance. The users with more accounts could still decide which of the accounts they want to link to an openid account.

Roundcube without ssl is less secure than for example roundcube + openid (for example via phpMyID).

So, imho making openID optional with a plugin would be a great feature.