Closed
Bug 881856
Opened 12 years ago
Closed 12 years ago
Logging into Persona on MofoStaging has no effect
Categories
(Webmaker Graveyard :: Login, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: daleee, Assigned: cade)
Details
Attachments
(1 file)
Console dump:
Failed to load resource: the server responded with a status of 404 (Not Found) https://webmaker.mofostaging.net/user/me@dale.io
Failed to load resource: the server responded with a status of 404 (Not Found) https://login.mofostaging.net/ajax/forms/new_user.html
Failed to load resource: Request header field X-CSRF-Token is not allowed by Access-Control-Allow-Headers. https://login.mofostaging.net/ajax/forms/new_user.html
XMLHttpRequest cannot load https://login.mofostaging.net/ajax/forms/new_user.html. Request header field X-CSRF-Token is not allowed by Access-Control-Allow-Headers. webmaker.mofostaging.net/:1
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → jon
| Reporter | ||
Updated•12 years ago
|
Assignee: jon → nobody
Severity: normal → blocker
| Reporter | ||
Comment 2•12 years ago
|
||
STR:
1) Go to https://webmaker.mofostaging.net/
2) Open dev console (I use Chrome)
3) Click 'Sign in'
4) Sign into Persona
5) Nothing happens, you should see the error in the log.
| Assignee | ||
Comment 3•12 years ago
|
||
I tried this using Firefox 22 and Chrome 27 - both in private browsing mode. I cannot reproduce the bug.
Dis you change anything about your persona account? email perhaps?
Flags: needinfo?(me)
| Reporter | ||
Comment 4•12 years ago
|
||
This is a new user which has no Webmaker identity attached to their Persona login!
Flags: needinfo?(me)
| Assignee | ||
Comment 5•12 years ago
|
||
login simply needed to allow the csrf token header that webmaker.org sends with its requests now
Attachment #761446 -
Flags: review?(kieran.sedgwick)
Comment 6•12 years ago
|
||
Comment on attachment 761446 [details] [review]
https://github.com/mozilla/login.webmaker.org/pull/97
Comments in the pr
Attachment #761446 -
Flags: review?(kieran.sedgwick) → review-
| Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 761446 [details] [review]
https://github.com/mozilla/login.webmaker.org/pull/97
updated
Attachment #761446 -
Flags: review- → review?(kieran.sedgwick)
Comment 8•12 years ago
|
||
Comment on attachment 761446 [details] [review]
https://github.com/mozilla/login.webmaker.org/pull/97
Lookin' good!
Attachment #761446 -
Flags: review?(kieran.sedgwick) → review+
Comment 9•12 years ago
|
||
Comment on attachment 761446 [details] [review]
https://github.com/mozilla/login.webmaker.org/pull/97
Following up on some points :cade raised.
Attachment #761446 -
Flags: review+ → review?(kieran.sedgwick)
Updated•12 years ago
|
Attachment #761446 -
Flags: review?(kieran.sedgwick) → review+
Comment 10•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/login.webmaker.org
https://github.com/mozilla/login.webmaker.org/commit/a829ab9f6975f387b3ce8eac39aa1f8d0f0c94ff
Fix Bug 881856 - Remove universal csrf headers in sso-ux, and use on case by case basis. Create Options paths.
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•