Re: [OAUTH-WG] End User Authentication using OAuth 2.0

2014-11-03 Thread John Bradley
Strictly speaking the JWT is signed by the "iss" identity provider's private key and validated by the client using the identity providers public key. Though lots of documents talk about signing with "public keys" using the term more conceptually. You could say "signed by the private portion

Re: [OAUTH-WG] End User Authentication using OAuth 2.0

2014-11-03 Thread Antonio Sanso
ops sorry forget about it… of course this is correct… For some reason I read "signed with the identity provider's public key” :) regards antonio On Nov 3, 2014, at 8:27 PM, Antonio Sanso wrote: > nice stuff Justin. > Little nitpicking: is just me or this sounds a bit weird "signed by the > id

Re: [OAUTH-WG] End User Authentication using OAuth 2.0

2014-11-03 Thread Antonio Sanso
nice stuff Justin. Little nitpicking: is just me or this sounds a bit weird "signed by the identity provider's public key” ? regards antonio On Nov 3, 2014, at 5:30 AM, Justin Richer wrote: > As of earlier this evening, I've published the article that we've been > working on about dealing w

Re: [OAUTH-WG] End User Authentication using OAuth 2.0

2014-11-03 Thread Sergey Beryozkin
Hi Justin, On 03/11/14 04:30, Justin Richer wrote: As of earlier this evening, I've published the article that we've been working on about dealing with OAuth and end-user authentication. It's available here: http://oauth.net/articles/authentication/ Huge thanks to everyone who commented on the

[OAUTH-WG] End User Authentication using OAuth 2.0

2014-11-02 Thread Justin Richer
As of earlier this evening, I've published the article that we've been working on about dealing with OAuth and end-user authentication. It's available here: http://oauth.net/articles/authentication/ Huge thanks to everyone who commented on the text, both here on the list and last week at IIW.