summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst
diff options
context:
space:
mode:
authorTVo <thavo@redhat.com>2024-10-02 16:14:22 +0200
committerjessicamack <jmack@redhat.com>2024-10-15 23:43:32 +0200
commit65817d4fa4bc77c7fcaaa42432de71ef38baf253 (patch)
tree05ca3c2583c1a7c3a09aed10381b3b1817f3f8e7 /docs/docsite/rst
parentRemove Keycloak (#15567) (diff)
downloadawx-65817d4fa4bc77c7fcaaa42432de71ef38baf253.tar.xz
awx-65817d4fa4bc77c7fcaaa42432de71ef38baf253.zip
Removed more mentions about SAML. (#15565)
* Removed docs associated with SAML auth. * Removed more mentions about SAML. --------- Co-authored-by: jessicamack <jmack@redhat.com>
Diffstat (limited to 'docs/docsite/rst')
-rw-r--r--docs/docsite/rst/administration/secret_handling.rst3
-rw-r--r--docs/docsite/rst/rest_api/authentication.rst11
-rw-r--r--docs/docsite/rst/userguide/overview.rst1
3 files changed, 1 insertions, 14 deletions
diff --git a/docs/docsite/rst/administration/secret_handling.rst b/docs/docsite/rst/administration/secret_handling.rst
index fb5eb86e8c..9b025c825b 100644
--- a/docs/docsite/rst/administration/secret_handling.rst
+++ b/docs/docsite/rst/administration/secret_handling.rst
@@ -23,8 +23,7 @@ AWX manages three sets of secrets:
User passwords for local users
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-AWX hashes local AWX user passwords with the PBKDF2 algorithm using a SHA256 hash. Users who authenticate via external
-account mechanisms (SAML, OAuth, and others) do not have any password or secret stored.
+AWX hashes local AWX user passwords with the PBKDF2 algorithm using a SHA256 hash.
Secret handling for operational use
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/docsite/rst/rest_api/authentication.rst b/docs/docsite/rst/rest_api/authentication.rst
index 8925798c03..5c636ec7db 100644
--- a/docs/docsite/rst/rest_api/authentication.rst
+++ b/docs/docsite/rst/rest_api/authentication.rst
@@ -185,14 +185,3 @@ If you need to write custom requests, you can write a Python script using `Pytho
# prints json returned from awx with formatting
print(json.dumps(response.json(), indent=4, sort_keys=True))
-
-
-.. _api_sso_auth:
-
-SSO Authentication
--------------------
-
-Single sign-on (SSO) authentication methods are fundamentally different from other methods because the authentication of the user happens external to AWX, like SAML.
-
-For the various types of supported SSO authentication methods, see :ref:`ag_social_auth` and :ref:`ag_ent_auth` in the |ata|.
-
diff --git a/docs/docsite/rst/userguide/overview.rst b/docs/docsite/rst/userguide/overview.rst
index 87390a3910..318c61349e 100644
--- a/docs/docsite/rst/userguide/overview.rst
+++ b/docs/docsite/rst/userguide/overview.rst
@@ -189,7 +189,6 @@ Authentication Enhancements
pair: features; authentication
pair: features; OAuth 2 token
-AWX supports SAML, token-based authentication. Enhanced SAML support allows you to integrate your account information in a more flexible manner. Token-based Authentication allows for easily authentication of third-party tools and services with AWX via integrated OAuth 2 token support.
Cluster Management
~~~~~~~~~~~~~~~~~~~~