Feature #11422
add support for passkey authentication
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Greg Shah 3 months ago
Over 20 years ago, we implemented certificate-based authentication as part of the core security model of FWD. Now, the world has caught up to this idea and there is a standard for implementing passkeys.
The idea is to support this fully. If suitable, I'd like to enable this for non-interactive use cases as well as the clients that support SSO. The downside of certs is the extra step to make the certificate and to trust the chain of authority from some CA. That adds friction and it isn't clear that it adds much to security itself. Moving away from certs and to passkeys would be a better approach in my opinion.
#3 Updated by Greg Shah 3 months ago
- Related to Feature #3931: single sign-on for virtual desktop mode added