A lot of questions here revolve around how this is different from OpenID and single sign-on solutions like Google Accounts or Facebook Connect. Here's a rough list (may be incomplete or inaccurate by now; while I work for Mozilla, I'm not involved in this project): * federated (like OpenID) * open standard (like OpenID) * no passwords / no typing / no memorizing (e.g. like FB Connect) * possibility of browsers provid…
Can you explain briefly what the good reason is for no browser to integrate OpenID?
Mozilla's BrowserID (single sign-on for the web) is live
71–80 of 92 posts
Re: Mozilla's BrowserID (single sign-on for the web) is live
#72>Include the BrowserID include.js library in your site by adding the following script tag to your pages tag https://browserid.org/include.js type="text/javascript"> Not minified. Come on Mozilla, you did the same thing with the (rather large) Open Web Apps library. Minification is required. You are Mozilla, you should know this. YUI Compressor takes a few seconds at most.
Hi MatthewPhillips, That's just the license header that's not stripped. I agree, that's a bit draconian. lemme see if I can fix that for you. lloyd
Re: Mozilla's BrowserID (single sign-on for the web) is live
#73For anyone interested in using BrowserID authentication from a Node.js app, Passport (which I developed) has a BrowserID module: https://github.com/jaredhanson/passport-browserid Just drop in a few lines of code and you have single sign-on.
Let us (the BrowserID team) know if you have any feedback on the experience.
Re: Mozilla's BrowserID (single sign-on for the web) is live
#74A lot of questions here revolve around how this is different from OpenID and single sign-on solutions like Google Accounts or Facebook Connect. Here's a rough list (may be incomplete or inaccurate by now; while I work for Mozilla, I'm not involved in this project): * federated (like OpenID) * open standard (like OpenID) * no passwords / no typing / no memorizing (e.g. like FB Connect) * possibility of browsers provid…
Technically there's 1 password (your BrowserID login password), not "no passwords". :)
(Though of course you can have multiple identities (email addresses) all associated with the same BrowserID account, so as you increase the number of identities, I suppose your passwords-per-identity approaches zero... ;) )
Re: Mozilla's BrowserID (single sign-on for the web) is live
#75Earlier quoted context omitted.
It provides a canonical identifier for your account without compromising your identity to BrowserID-enabled services. The OpenID spec divulges who you are.
The OpenID spec divulges who you are. How so? As far as I know, the only mandatory information is the OpenID identifier (the URL you need to input to authenticate). While more information can be exchanged, that's completely optional and up to the user. For example, MyOpenID always asks what "persona" - if any - you want to send when you authenticate. BrowserID is no better: you need to input your email address.
Re: Mozilla's BrowserID (single sign-on for the web) is live
#76A lot of questions here revolve around how this is different from OpenID and single sign-on solutions like Google Accounts or Facebook Connect. Here's a rough list (may be incomplete or inaccurate by now; while I work for Mozilla, I'm not involved in this project): * federated (like OpenID) * open standard (like OpenID) * no passwords / no typing / no memorizing (e.g. like FB Connect) * possibility of browsers provid…
this post should be on browserid.org i find it difficult to find what it does, how its different, etc.. well until your post that is
Re: Mozilla's BrowserID (single sign-on for the web) is live
#77Earlier quoted context omitted.
The OpenID spec divulges who you are. How so? As far as I know, the only mandatory information is the OpenID identifier (the URL you need to input to authenticate). While more information can be exchanged, that's completely optional and up to the user. For example, MyOpenID always asks what "persona" - if any - you want to send when you authenticate. BrowserID is no better: you need to input your email address.
The OpenID identifier can act as a relational key across services.
Re: Mozilla's BrowserID (single sign-on for the web) is live
#78Hmm.. so if my browser has integrated support, then any site I visit can add itself to my list of primarity authorities as evil-username@evil-domain. And I will be asked to choose one of these authorities to log in to other sites. And a rogue authority can impersonate me on the sites where I use it. Is this correct? I can see a slight potential to trick the user into using a rogue authority. Imagine the evil email ad…
Re: Mozilla's BrowserID (single sign-on for the web) is live
#79Why? Firefox already stores passwords in a local database and it wouldn't be that hard to automatically log users into sites. The method they describe here requires every web site be changed and requires cross-domain JavaScript to be enabled such that browserid.org will know which websites you visit. You _could_ place include.js on your local domain to avoid this issue. However history has shown that sites will tend…
Because you don't need to create an account on each and every site you visited (together with decoding a similar number of CAPTCHA's, etc)
Re: Mozilla's BrowserID (single sign-on for the web) is live
#80Earlier quoted context omitted.
They are brilliant, but they need to be more accessible. Hmmmmm... maybe I should provide a patch for Chromium/Firefox.
i wouldnt say brillant the CA model is still a pita where you've to pay for certified authorities that are backed up by the vendors and then, those certified authorities still fail to secure themselves it certainly made a lot of sense but in reality its not that good
It's like SSH, not HTTPS.
CAs are only useful to match a cert to a domain and/or known organization, or inside an organization to make sure the user has a cert signed by the org itself.