Closed
Bug 1060490
Opened 12 years ago
Closed 11 years ago
Investigate why the persona verifier cannot handle BrowserID validation for MSISDN
Categories
(Cloud Services Graveyard :: MobileID, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: rhubscher, Unassigned)
Details
(Whiteboard: [qa?])
When trying to validate a MSISDN assertion using PyBrowserID, the default remote verifier is failling.
public-key algorithm unknown
Updated•12 years ago
|
Whiteboard: [qa?]
Comment 1•12 years ago
|
||
At the least, it doesn't use correct verify: https://github.com/mozilla/PyBrowserID/blob/2414511a284cdd2ba9d789ce155e66ba29e3d0c1/browserid/verifiers/remote.py#L13
The correct endpoint for verifying these assertions is https://verifier.accounts.firefox.com/v2
Comment 2•12 years ago
|
||
I suspect this is related to bug 1059787.
What infrastructure is using the PyBrowserID library? I thought this was all in node.
| Reporter | ||
Comment 3•11 years ago
|
||
No it is not related with Bug 1059787 because this is more about MSISDN certificate than FxAccount assertions.
So can we say that PyBrowserID is wrong then and verify it manually as I did here: https://github.com/spiral-project/daybed-browserid/blob/initial_code/daybed_browserid/views.py
Comment 4•11 years ago
|
||
Yeah, you're probably better off posting directly to the hosted verifier for this, PyBrowserID has not really been updated to account for the new FxA hosted verifier (it'll work if using it for some simple things, but there are many format/api changes that it does not support)
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•