Skip to content

Commit

Permalink
Updated YUBICO_WEBAUTHN_RP_ID to YUBICO_WEBAUTHN_RP_NAME in README.md
Browse files Browse the repository at this point in the history
YUBICO_WEBAUTHN_RP_ID used in example instead of YUBICO_WEBAUTHN_RP_NAME. Corrected it.
  • Loading branch information
ashok2ashok authored Nov 9, 2023
1 parent d793cf8 commit 2e6e921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webauthn-server-demo/README
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ controlled by the parent web server.

- `YUBICO_WEBAUTHN_RP_NAME`: The human-readable
https://www.w3.org/TR/webauthn/#dom-publickeycredentialentity-name[RP name]
the server will report. Example: `YUBICO_WEBAUTHN_RP_ID='Yubico Web Authentication demo'`
the server will report. Example: `YUBICO_WEBAUTHN_RP_NAME='Yubico Web Authentication demo'`

- `YUBICO_WEBAUTHN_USE_FIDO_MDS`: If set to `true` (case-insensitive), use
https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-attestation/2.5.0/com/yubico/fido/metadata/FidoMetadataService.html[`FidoMetadataService`]
Expand Down

0 comments on commit 2e6e921

Please sign in to comment.