By: Cyril Dangerville user 22 Jun 2019 at 8:32 p.m. CDT

2 Responses
Cyril Dangerville gravatar
## Expected behavior I would like to achieve passwordless login (with resident keys) as described on Yubico website: https://developers.yubico.com/FIDO2/FIDO2_WebAuthn_Developer_Guide/Resident_Keys.html It works for me on the Yubico demo site (by checking the 'Enable passwordless login' option): https://demo.yubico.com/playground ## Actual behavior On Gluu Server, I have successfully tested fido2 authentication by following the FIDO2 page on Gluu Server documentation website. However, when I log in, I have to go through the username/password form before the actual FIDO2 authentication takes place. **Is there a way to get rid of the username/password step in fido2 authentication? Is this passwordless login supported somehow on Gluu?** Regards, Cyril

By William Lowe user 24 Jun 2019 at 4:07 a.m. CDT

William Lowe gravatar
Hi Cyril, It can be supported with a custom [authentication script](https://gluu.org/docs/ce/admin-guide/custom-script/#person-authentication). Thanks, Will

By William Lowe user 24 Jun 2019 at 5:03 a.m. CDT

William Lowe gravatar
The easiest path would likely be to customize the existing FIDO2 script in your server to call your custom pages for the user experience. Feel free to let us know how you implement the UX (or how you intend to implement the UX) and then we can consider standardizing it in the core distribution.