StrongKey / fido2

Open-source FIDO server, featuring the FIDO2 standard. https://demo4.strongkey.com/getstarted/#/openapi/fido
202 stars 59 forks source link

Error 403 (timeout) while fidopolicy login #199

Closed Canopus-B closed 2 years ago

Canopus-B commented 2 years ago

Hi, all

I was install SKFS server and fidopolicy PoC application with address https://fido.lab.elvis.ru/fidopolicy/ Now I can successfully registry but when I try to login (click Login button) only page reload happens. I am not logged in. I do this in debug mode in Chrome, screenshot is below fidopolicy fail while login in PWD mode (error 403) As I see, something wrong happens after SKFS server successfully reply on authenticate request. Payara log with last transaction is: server fidopolicy 4.log Any suggestion? Thanks.

push2085 commented 2 years ago

On the server, can you look at the /usr/local/strongkey/poc/etc/poc-configuration.properties and search for this property "poc.cfg.property.rpid"

If it does not exists, can you add that property and set it to the right rpid which is "fido.lab.elvis.ru" in your case. You can then restart glassfish and try the authentication again.

Thank you

Canopus-B commented 2 years ago

Thanks, push2085, it works!