Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State cannot be stored after computing 1FA when EEK is used #14

Closed
petrdvorak opened this issue Mar 20, 2017 · 4 comments
Closed

State cannot be stored after computing 1FA when EEK is used #14

petrdvorak opened this issue Mar 20, 2017 · 4 comments
Assignees

Comments

@petrdvorak
Copy link
Member

Steps to reproduce:

  1. Have an activation that was created with EEK.
  2. Create an instance of this activation and do NOT set EEK.
  3. Compute 1FA signature using the activation.
  4. Signature is correctly computed.
    => State cannot be saved, therefore counter is not incremented.
@hvge
Copy link
Member

hvge commented Mar 20, 2017

I need to know which factor is used in this scenario. For me, It looks more like a bad error handling than the missing serialization, or bad counter computation.

@petrdvorak
Copy link
Member Author

Obviously, possession factor is used.

@petrdvorak
Copy link
Member Author

petrdvorak commented Mar 20, 2017

@ludekvlk We are unable to reproduce this - can you please elaborate little more about what happens and what specifically fails inside the SDK? Is it iOS / Android specific?

@petrdvorak petrdvorak changed the title State cannot be stored after computing 1FA when EEK is use State cannot be stored after computing 1FA when EEK is used Mar 20, 2017
@petrdvorak
Copy link
Member Author

We have verified this issue in the specific implementation and the issue really was that there were multiple instances of PowerAuthSDK class working with the same activation state. When using one instance as recommended, everything worked correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants