Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Can an IdP mask as one of its user?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Denis Washington  
View profile  
 More options Nov 14 2012, 1:23 pm
Newsgroups: mozilla.dev.identity
From: Denis Washington <den...@online.de>
Date: Wed, 14 Nov 2012 19:23:00 +0100
Subject: Can an IdP mask as one of its user?

Hi,

After a close look at the Persona protocol today, it seems as if a
system administrator with access to the private key of an IdP - say,
eyedee.me - could use this to sign certificates for arbitrary
@eyedee.me accounts for him/herself and use them with all RP's without
being caught.

Is there any measure against this in the protocol that I overlooked? Is
it even possible to avoid this weakness? Or do you just have to trust
your IdP to not do this?

Regards,
Denis


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benjamin Smedberg  
View profile  
 More options Nov 14 2012, 1:35 pm
Newsgroups: mozilla.dev.identity
From: Benjamin Smedberg <benja...@smedbergs.us>
Date: Wed, 14 Nov 2012 13:35:15 -0500
Local: Wed, Nov 14 2012 1:35 pm
Subject: Re: Can an IdP mask as one of its user?
On 11/14/2012 1:23 PM, Denis Washington wrote:
> Hi,

> After a close look at the Persona protocol today, it seems as if a
> system administrator with access to the private key of an IdP - say,
> eyedee.me - could use this to sign certificates for arbitrary
> @eyedee.me accounts for him/herself and use them with all RP's without
> being caught.

Yeah, this is part of the design of the system. If eyedee.me is vouching
for the identity of user, then you have to trust them to do it correctly.

The thinking behind "why this is ok" is that a provider can *already*
forge your identity on most sites by sending a password reset email and
reading it (because they have access to your email). I'm not convinced
that this is a good argument, because the user would at least know that
something bad happened the next time they tried to log in and the
password was reset and didn't work. In the BrowserID scheme, the user
might not know at all.

--BDS


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Callahan  
View profile  
 More options Nov 14 2012, 2:15 pm
Newsgroups: mozilla.dev.identity
From: Dan Callahan <dcalla...@mozilla.com>
Date: Wed, 14 Nov 2012 13:15:30 -0600
Local: Wed, Nov 14 2012 2:15 pm
Subject: Re: Can an IdP mask as one of its user?
On 11/14/12 12:23 PM, Denis Washington wrote:

> Is there any measure against this in the protocol that I overlooked? Is
> it even possible to avoid this weakness? Or do you just have to trust
> your IdP to not do this?

The protocol expects you to trust your email provider. After all, by
virtue of hosting your email with them, you're already trusting them
with an enormous amount of private information.

Today, if your email provider wanted to own you, they could own you.
Persona doesn't change that either way.

Do you have any ideas for how we could provide IdP-independent security
and reduce that need for trust in a way that's still completely
decentralized?

Thanks for the feedback and questions,
-Callahad


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denis Washington  
View profile  
 More options Nov 14 2012, 2:39 pm
Newsgroups: mozilla.dev.identity
From: Denis Washington <den...@online.de>
Date: Wed, 14 Nov 2012 20:38:50 +0100
Local: Wed, Nov 14 2012 2:38 pm
Subject: Re: Can an IdP mask as one of its user?

Am 14.11.2012 20:15, schrieb Dan Callahan:

> On 11/14/12 12:23 PM, Denis Washington wrote:
>> Is there any measure against this in the protocol that I overlooked? Is
>> it even possible to avoid this weakness? Or do you just have to trust
>> your IdP to not do this?

> The protocol expects you to trust your email provider. After all, by
> virtue of hosting your email with them, you're already trusting them
> with an enormous amount of private information.

> Today, if your email provider wanted to own you, they could own you.
> Persona doesn't change that either way.

Hm, you're absolutely right there.

> Do you have any ideas for how we could provide IdP-independent security
> and reduce that need for trust in a way that's still completely
> decentralized?

The only thing that might help a bit were the possibility to tell sites
that they should only trust signatures from certain devices (that is,
certain private keys). That way, a user could trade in some convenience
for being sure that any forged certificates from the IdP would fail.
(Assuming, naturally, that the IdP's provisioning JS code has no way to
get to the private key generated by navigator.id.genKeyPair.)

Denis


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Mills  
View profile  
 More options Nov 14 2012, 2:53 pm
Newsgroups: mozilla.dev.identity
From: Daniel Mills <thun...@mozilla.com>
Date: Wed, 14 Nov 2012 11:53:18 -0800 (PST)
Local: Wed, Nov 14 2012 2:53 pm
Subject: Re: Can an IdP mask as one of its user?
On Nov 14, 2012, at 11:20 AM, Dan Callahan <dcalla...@mozilla.com> wrote:

> On 11/14/12 12:23 PM, Denis Washington wrote:
>> Is there any measure against this in the protocol that I overlooked? Is
>> it even possible to avoid this weakness? Or do you just have to trust
>> your IdP to not do this?

> The protocol expects you to trust your email provider. After all, by virtue of hosting your email with them, you're already trusting them with an enormous amount of private information.

> Today, if your email provider wanted to own you, they could own you. Persona doesn't change that either way.

To put this in a bit of a different context -- think about more "traditional" providers of identity: e.g. think about a DMV-issued driver's license, or a central government-issued passport.

It's not a straight parallel, of course. For one thing, you can choose who your email provider is, whereas you don't get to choose your DMV (not without moving, anyway). But the point of federated identity is the same: whoever provides the identity can impersonate the identities, since it can mint the same identities unto itself/anyone of its choosing.

On the point that with a per-site password scheme the user would be alerted:

a) many users would simply assume they forgot their password, reset it, and be none the wiser
b) the problems with passwords at each site greatly outweigh this benefit, and
c) if a site wants to require a second factor independent from the IdP (a password or something else), it can still do so

Dan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Mills  
View profile  
 More options Nov 14 2012, 2:57 pm
Newsgroups: mozilla.dev.identity
From: Daniel Mills <thun...@mozilla.com>
Date: Wed, 14 Nov 2012 11:57:01 -0800 (PST)
Local: Wed, Nov 14 2012 2:57 pm
Subject: Re: Can an IdP mask as one of its user?
On Nov 14, 2012, at 11:39 AM, Denis Washington <den...@online.de> wrote:

> The only thing that might help a bit were the possibility to tell sites that they should only trust signatures from certain devices (that is, certain private keys). That way, a user could trade in some convenience for being sure that any forged certificates from the IdP would fail. (Assuming, naturally, that the IdP's provisioning JS code has no way to get to the private key generated by navigator.id.genKeyPair.)

Persona keys are short-lived, but sites could cookie devices and use that as an additional auth factor. What to do when it encounters a new device depends on the app, but it could (for example) alert the user via a backup email/phone #, or require some kind of additional authentication.

Banks do this today, for example.

Dan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »