decentralized-id.github.io/_posts/web-standards/2020-01-09-webauthn.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

2020-01-09 18:15:17 -05:00
---
2023-06-02 16:15:35 -04:00
title: WebAuthN - W3C
2023-06-01 20:14:31 -04:00
name: WebAuthN
layout: standards
2023-09-11 16:40:30 -04:00
headings: ["Main","FIDO Alliance","Working Group","Technology"]
2020-11-28 20:15:33 -05:00
description: Allows users to register and authenticate on websites or mobile apps using an "authenticator" instead of a password.
excerpt: >
The Web Authentication Working Group will develop recommendation-track specifications defining an API, as well as signature and attestation formats which provide an asymmetric cryptography-based foundation for authentication of users to Web Applications.
Overall goals include obviating the use of shared secrets, i.e. passwords, as authentication credentials, facilitating multi-factor authentication support as well as hardware-based key storage while respecting the Same Origin Policy (SOP) by default and allowing for explicit, constrained SOP relaxation.
2023-06-02 16:55:18 -04:00
tags: ["W3C","WebAuthN","Microsoft","FIDO","Stranger Labs"]
2023-09-11 16:40:30 -04:00
categories: ["Related Standards"]
2020-11-09 02:14:37 -05:00
redirect_from:
2023-06-02 08:58:49 -04:00
- web-standards/w3c/webauthn/webauthn/
2020-11-09 02:14:37 -05:00
- specs-standards/webauthn/
- web-standards/webauthn/
2023-06-01 20:14:31 -04:00
- web-standards/w3c/wg/webauthn/
2023-06-02 08:58:49 -04:00
permalink: web-standards/w3c/webauthn/
2023-06-01 20:14:31 -04:00
last_modified_at: 2023-05-19
---