Identity/BrowserID: Difference between revisions

Jump to navigation Jump to search
Line 350: Line 350:
with <tt>provisionEmailFunction</tt> a function that accepts an email address as parameter.
with <tt>provisionEmailFunction</tt> a function that accepts an email address as parameter.


Once the email address determined, the domain SHOULD check that the user is properly authenticated to use this email address. If she isn't, the domain SHOULD call <tt>navigator.id.raiseProvisioningFailure(explanation)</tt> with <tt>explanation</tt> a string explaining the failure.
Once the email address determined, the domain SHOULD check that the user is properly authenticated to use this email address. If she isn't, the domain SHOULD call
navigator.id.raiseProvisioningFailure(explanation)
with <tt>explanation</tt> a string explaining the failure. The domain SHOULD concludes all JavaScript activity after making this call.


If the user is properly authenticated, the domain MUST call:
If the user is properly authenticated, the domain MUST call:
668

edits

Navigation menu