mozilla / vinz-clortho

INACTIVE - http://mzl.la/ghe-archive - BrowserID Keymaster for LDAP enabled Identity Providers
16 stars 21 forks source link

401 error returned while logging in with a test-moz-idp address #93

Closed jrgm closed 2 years ago

jrgm commented 11 years ago

STR

  1. Start with a clean profile (perhaps not necessary).
  2. Go to 123done.org and bring up the dialog
  3. Enter <canonical-email-name>@test-moz-idp.com and click next
  4. Use firebug, webconsole or httpfox to watch network requests

Expected: dialog transitions to https://login.allizom.org/sign_in?email=myname%40test-moz-idp.com

Actual: the dialog does transition, but an attempt is made to POST to https://login.allizom.org/api/provision which returns 401 Unauthorized.

jrgm commented 11 years ago

Overall, things do work. Just pointed out this odd error.

callahad commented 11 years ago

Screenshot from the other bug:

screen shot 2013-08-09 at 1 10 56 pm

mostlygeek commented 11 years ago

A 401 is returned from /provision when it can't automatically issue you a certificate. This should cause you to have to log back into moz-idp with your username and password again.