From 2e6e921c0f544a6cc5c0e3d491f71c45076e5b6e Mon Sep 17 00:00:00 2001 From: Ashok Goli Date: Wed, 8 Nov 2023 22:44:13 -0500 Subject: [PATCH] Updated YUBICO_WEBAUTHN_RP_ID to YUBICO_WEBAUTHN_RP_NAME in README.md YUBICO_WEBAUTHN_RP_ID used in example instead of YUBICO_WEBAUTHN_RP_NAME. Corrected it. --- webauthn-server-demo/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webauthn-server-demo/README b/webauthn-server-demo/README index 9076d0e14..fbd589c38 100644 --- a/webauthn-server-demo/README +++ b/webauthn-server-demo/README @@ -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`]