Skip to content

Commit

Permalink
Disallow COSE_ALGORITHM_RS256
Browse files Browse the repository at this point in the history
This removes support for Windows Hello
  • Loading branch information
MKodde committed Apr 8, 2024
1 parent a9e43c1 commit 738e11e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/packages/webauthn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ webauthn:
default:
public_key_credential_parameters:
- !php/const Cose\Algorithms::COSE_ALGORITHM_ES256
- !php/const Cose\Algorithms::COSE_ALGORITHM_RS256
rp:
name: '%webauthn_name%'
icon: '%webauthn_logo%'
Expand Down

0 comments on commit 738e11e

Please sign in to comment.