From ad5353807c2fa3a61e24c6ce3e7100e6c8244e83 Mon Sep 17 00:00:00 2001 From: Chad Dupuis Date: Tue, 19 Dec 2023 12:07:09 -0600 Subject: [PATCH] fix authentication typos (#918) --- source/authentication.rst | 6 +++--- source/release-notes/v3.0-release-notes.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/authentication.rst b/source/authentication.rst index 09fceddda..e62b44fcb 100644 --- a/source/authentication.rst +++ b/source/authentication.rst @@ -10,11 +10,11 @@ with an Open OnDemand installation. Tutorials will also be provided with the focus on setting up some of the more common authentication modules (e.g., OpenID Connect with KeyCloak). -After installing Open OnDemand you **must** add authentiction of some kind -to generate the correct Apache configuration. When no authentiction is +After installing Open OnDemand you **must** add authentication of some kind +to generate the correct Apache configuration. When no authentication is supplied Apache will only serve a static page that directs you here. -No Open OnDemand functionality is available without authentiction. +No Open OnDemand functionality is available without authentication. .. note:: diff --git a/source/release-notes/v3.0-release-notes.rst b/source/release-notes/v3.0-release-notes.rst index 0e60d25d5..15c3ecda5 100644 --- a/source/release-notes/v3.0-release-notes.rst +++ b/source/release-notes/v3.0-release-notes.rst @@ -257,7 +257,7 @@ Upgrade directions sudo yum clean all sudo yum update ondemand -#. (Optional) If using Dex based authentiction, update the ``ondemand-dex`` package. +#. (Optional) If using Dex based authentication, update the ``ondemand-dex`` package. .. code-block:: sh