Removed more mentions about SAML. (#15565)

* Removed docs associated with SAML auth.

* Removed more mentions about SAML.

---------

Co-authored-by: jessicamack <jmack@redhat.com>
This commit is contained in:
TVo
2024-10-02 08:14:22 -06:00
committed by jessicamack
parent 0f0919937d
commit 65817d4fa4
3 changed files with 1 additions and 14 deletions

View File

@@ -23,8 +23,7 @@ AWX manages three sets of secrets:
User passwords for local users User passwords for local users
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AWX hashes local AWX user passwords with the PBKDF2 algorithm using a SHA256 hash. Users who authenticate via external AWX hashes local AWX user passwords with the PBKDF2 algorithm using a SHA256 hash.
account mechanisms (SAML, OAuth, and others) do not have any password or secret stored.
Secret handling for operational use Secret handling for operational use
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@@ -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 # prints json returned from awx with formatting
print(json.dumps(response.json(), indent=4, sort_keys=True)) 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|.

View File

@@ -189,7 +189,6 @@ Authentication Enhancements
pair: features; authentication pair: features; authentication
pair: features; OAuth 2 token 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 Cluster Management
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~