Questions tagged [persona]

Mozilla Persona is a decentralized authentication system for the web based on the open BrowserID protocol prototyped by Mozilla.

Persona was launched in July 2011 and shares some of its goals with some similar authentication systems like OpenID or Facebook Connect, but it is different in several ways:

  • it uses email addresses as identifiers
  • it is more focused on privacy
  • is intended to be fully integrated in the browser.

The privacy goal is motivated by the fact that the identity provider does not know which website the user is identifying. It was first released in July 2011 and fully deployed by Mozilla on its own websites in January 2012.

33 questions
0
votes
0 answers

Inquiry2 is undefined with react-native-persona

I’m trying to integrate Persona into my React Native project, but the documentation seems to be messed up. It says use Inquiry2.fromTemplate to begin the inquiry, but they import Inquiry. Importing Inquiry2 is also of no use because it gives an…
Darkshadowtrail
  • 208
  • 1
  • 10
0
votes
1 answer

React Tree Org - Persona Id

what is persona id.why we are using that in react tree org chart in sharepoint. code : LIVE_PERSONA_COMPONENT_ID: string = '914330ee-2df2-4f6e-a858-30c23a812408'; what is persona idwhy we are using that in react tree org chart in share point.
0
votes
0 answers

JAVA: How to minus the currentime and the data time that has been stored in database.?

I'm developing a fingerprint based attendance system using Java and i don't know how to automatically logout after the 2nd time around of scanning the same fingerprint data. The question is how to minus the current time and the time that has been…
ar1020
  • 1
  • 1
0
votes
0 answers

how to convert byte array into image further please see question

I need your help i am making an application to register visitors with their fingerprint. The application is saving fingerprint in a database and doing verification properly , but I want to show the fingerprints on my web page. Thet byte array is…
0
votes
1 answer

redhawksdr Using Redhawk persona devices, I need a 'how to'

I am looking into persona devices as described in Appendix G of the Redhawk manual. Is there a detailed "how to" for this anywhere? In my scenario my 'Programmable Device' would be a Redhawk FEI device that interfaces with a kernel API that controls…
jdclfc
  • 1
  • 3
0
votes
1 answer

When I try to sign in to Mozilla's Backpack I get "Could not verify with browserID!" How can I fix this?

I created a backpack account a few days ago. When I try to log in, an external window opens up and 'persona' asks me to sign into backpack as "myemail@example.com." I press "sign in" and I get a message that says "verified!" The external window then…
Avi
  • 507
  • 3
  • 9
  • 26
0
votes
0 answers

Serializing a Fingerprint template in java (DigitalPersona u.r.u 4500)

I'm currently working with DigitalPersona u.are.u 4500 using One touch SDK I used this code to create a template to be save in database DPFPFeatureSet features = extractFeatures(sample, DPFPDataPurpose.DATA_PURPOSE_ENROLLMENT); // Check…
RJ Vivas
  • 1
  • 3
0
votes
0 answers

Yesod Persona authentication problems when using Dockerized MongoDB

We are developing an application using Yesod and MongoDB and we are having users authenticate using Mozilla Persona. However we have a development database that we use across development machines and also on our staging machine. Anytime development…
0
votes
1 answer

Mozilla Persona sign data string

Is it possible to use Mozilla Persona to sign data (string, token, ...)? I would like to pass a string of data with the navigator.id.request(), then transfer the assertion on an un-trusted medium and retrieve the data upon verifying.
Jeff
  • 1,871
  • 1
  • 17
  • 28
0
votes
3 answers

jQuery ajax call doesn't call my php page

I'm implementing Mozilla's persona authentication (ie browserid). So, I have the following onLogin(): function onLogin(pAssertion) { var sPHPSessionID = $.cookies.get("PHPSESSID")+''; var sFoolCache = new Date().getTime() + '' +…
0
votes
1 answer

SSL certificate verify failure using django and Mozilla Persona

I'm trying to build a simple web app using Django. I'd like a minimal user model with verification using Mozilla Persona. Using Persona happens without a hitch, until the SSL certificate fails when tossing the authentication (success or failure)…
0
votes
1 answer

Pyramid Auth error with Persona / Browserid

I want to make pyramid auth in my app with persona or browser id, the problem is that using both of us i see an error. The console drops me this when i use persona: Import error: No module named pyramid_persona and when I use browser ID…
BugFixer
  • 293
  • 1
  • 4
  • 15
0
votes
1 answer

persona giving no popup

I tried to implement persona in my site but i don't get it to work.
0
votes
1 answer

django browserid ImproperlyConfigured at /browserid/login/

I am trying out django-browserid==0.9 with django 1.6, and after configuring the app as per the docs for 0.9 and signing the user in, I get: ImproperlyConfigured at /browserid/login/ request `http://127.0.0.1:8000`, was not found in SITE_URL…
JohnJ
  • 6,736
  • 13
  • 49
  • 82
0
votes
1 answer

SSO with persona multiple sites

anybody know is possible to use Persona for SSO purposes for cross site login, where each site is it's own domain? Very similar to 37signals and how they set up basecamp, Highrise and campfire. Would like to have user create something similar to a…