From 831dfdcb750501b90d909734e6aae95812678ea2 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Fri, 19 Jul 2024 13:37:48 +0200 Subject: [PATCH 1/2] Fix broken link in OATH walk-through --- content/OATH/OATH_Walk-Through.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/OATH/OATH_Walk-Through.adoc b/content/OATH/OATH_Walk-Through.adoc index 14b62343..c6d141ab 100644 --- a/content/OATH/OATH_Walk-Through.adoc +++ b/content/OATH/OATH_Walk-Through.adoc @@ -9,7 +9,7 @@ The YubiKey-generated passcode can be used as one of the authentication options === Requirements * link:https://gradle.org/install/[Install the Gradle build tool] -* link:..//YubiKey_OATH_software.html[Configure the YubiKey using the tools to read and generate the OATH codes]. A developer or administrator configures the YubiKey for one of the supported methods. +* link:./YubiKey_OATH_software.html[Configure the YubiKey using the tools to read and generate the OATH codes]. A developer or administrator configures the YubiKey for one of the supported methods. * Provide secret key. Go to the link:https://upgrade.yubico.com/getapikey/[Yubico API key signup page] to generate a shared symmetric key for use with Yubico Web Services. The YubiKey securely stores it to use in combination with a timestamp or authentication counter to generate the OTP code. * OTP verification server. Use the link:https://www.yubico.com/products/services-software/yubicloud/[YubiCloud] server with a Yubico API key, or host one of two link:../../Software_Projects/Yubico_OTP/YubiCloud_Validation_Servers/[YubiCloud Validation Servers]. * link:https://www.yubico.com/products/compare-products-series/[Supported model of YubiKey] From c7a62d0f7db82401ac37997a8c06f47308abd31b Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Fri, 19 Jul 2024 13:40:01 +0200 Subject: [PATCH 2/2] Describe OATH as configured by user, not developer --- content/OATH/OATH_Walk-Through.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/OATH/OATH_Walk-Through.adoc b/content/OATH/OATH_Walk-Through.adoc index c6d141ab..4be17707 100644 --- a/content/OATH/OATH_Walk-Through.adoc +++ b/content/OATH/OATH_Walk-Through.adoc @@ -9,7 +9,7 @@ The YubiKey-generated passcode can be used as one of the authentication options === Requirements * link:https://gradle.org/install/[Install the Gradle build tool] -* link:./YubiKey_OATH_software.html[Configure the YubiKey using the tools to read and generate the OATH codes]. A developer or administrator configures the YubiKey for one of the supported methods. +* link:./YubiKey_OATH_software.html[Configure the YubiKey using the tools to read and generate the OATH codes]. The end user or a provisioning administrator configures the YubiKey for one of the supported methods. * Provide secret key. Go to the link:https://upgrade.yubico.com/getapikey/[Yubico API key signup page] to generate a shared symmetric key for use with Yubico Web Services. The YubiKey securely stores it to use in combination with a timestamp or authentication counter to generate the OTP code. * OTP verification server. Use the link:https://www.yubico.com/products/services-software/yubicloud/[YubiCloud] server with a Yubico API key, or host one of two link:../../Software_Projects/Yubico_OTP/YubiCloud_Validation_Servers/[YubiCloud Validation Servers]. * link:https://www.yubico.com/products/compare-products-series/[Supported model of YubiKey]