Skip to content

Commit

Permalink
Update openid-4-verifiable-credential-issuance-1_0.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Bormann <[email protected]>
  • Loading branch information
paulbastian and c2bo authored Oct 11, 2024
1 parent 02aaaa9 commit 0641305
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openid-4-verifiable-credential-issuance-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2268,11 +2268,11 @@ This specification defines the following values for `key_type`:

This specification defines the following values for `user_authentication`:

* `system_biometry`: It MUST be used when the key usage is authorized by the operating system using a biometric factor, such as the one provided by mobile devices.
* `system_pin`: It MUST be used when the key usage is authorized by the mobile operating system using personal identification number (PIN).
* `internal_biometry`: It MUST be used when the key usage is authorized by the Wallet using a biometric factor.
* `internal_pin`: It MUST be used when the key usage is authorized by the Wallet using PIN.
* `secure_element_pin` It MUST be used when the key usage is authorized by the secure element managing the key itself using PIN.
* `system_biometry`: It MUST be used when the key usage is authorized by the key storage component itself or the associated operating system using a biometric factor, such as the one provided by mobile devices.
* `system_pin`: It MUST be used when the key usage is authorized by the key storage component itself or the associated operating system using personal identification number (PIN).
* `remote_biometry`: It MUST be used when the key usage is authorized by a remote system using a biometric factor.
* `remote_pin`: It MUST be used when the key usage is authorized by a remote system using a PIN.


## Attack Potential Resistance {#keyattestation-apr}

Expand Down

0 comments on commit 0641305

Please sign in to comment.