You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Hello, I have downloaded this project and put ref-gae to run in localhost by using eclipse mars without modifying anything in code.
Then I have found that, the registration and authentication processes work fine when I use Fido U2F Google plugin.
But when I try to do the same thing by using chrome built-in u2f package (changing u2f.EXTENSION_ID value to u2f.EXTENSION_ID = 'kmendfapggjehodndflmmgagdbamhnfd') the screen shows a "Bad request" message.
As far I know, "Bad request" message could be received due to AppID errors or bad calling parameters, but like I have said before I haven't modified anything in the code and this is working using the u2f chrome extension and even it is working for Android by using Google Authenticator App too.
So, anybody could bring me a ray of wisdom?.
Thank you.
The text was updated successfully, but these errors were encountered:
Nolonyo
changed the title
No extension version is not working (Bad Request)
No extension version is not working
Feb 21, 2017
Nolonyo
changed the title
No extension version is not working
No extension version is not working (Bad Request)
Feb 22, 2017
Try using ID, pfboblefjcgdjicmnffhdgionmgcdmne, instead of the one in file README.md.
You can read the comment around the place where u2f.EXTENSION_ID places for more detailed.
Hope it helps,
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I have downloaded this project and put ref-gae to run in localhost by using eclipse mars without modifying anything in code.
Then I have found that, the registration and authentication processes work fine when I use Fido U2F Google plugin.
But when I try to do the same thing by using chrome built-in u2f package (changing u2f.EXTENSION_ID value to u2f.EXTENSION_ID = 'kmendfapggjehodndflmmgagdbamhnfd') the screen shows a "Bad request" message.
As far I know, "Bad request" message could be received due to AppID errors or bad calling parameters, but like I have said before I haven't modified anything in the code and this is working using the u2f chrome extension and even it is working for Android by using Google Authenticator App too.
So, anybody could bring me a ray of wisdom?.
Thank you.
The text was updated successfully, but these errors were encountered: