Skip to content

Commit

Permalink
Removed more mentions about SAML. (#15565)
Browse files Browse the repository at this point in the history
* Removed docs associated with SAML auth.

* Removed more mentions about SAML.

---------

Co-authored-by: jessicamack <[email protected]>
  • Loading branch information
2 people authored and TheRealHaoLiu committed Oct 15, 2024
1 parent 08a4055 commit e099729
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions docs/docsite/rst/administration/secret_handling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
11 changes: 0 additions & 11 deletions docs/docsite/rst/rest_api/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|.

1 change: 0 additions & 1 deletion docs/docsite/rst/userguide/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit e099729

Please sign in to comment.