diff options
author | Don Naro <dnaro@redhat.com> | 2023-09-01 17:24:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 17:24:03 +0200 |
commit | dc81aa46d088df0e045b55be4a2d70d8a204cc8e (patch) | |
tree | f44a9e7831b817913d3fa174d85eba770fc06401 /docs/docsite/rst/administration/configure_awx_authentication.rst | |
parent | Remove extra scheduler state save that does nothing (#14396) (diff) | |
download | awx-dc81aa46d088df0e045b55be4a2d70d8a204cc8e.tar.xz awx-dc81aa46d088df0e045b55be4a2d70d8a204cc8e.zip |
Create AWX docsite with RST content (#14328)
Co-authored-by: Thanhnguyet Vo <tvo@ansible.com>
Co-authored-by: TVo <thavo@redhat.com>
Diffstat (limited to 'docs/docsite/rst/administration/configure_awx_authentication.rst')
-rw-r--r-- | docs/docsite/rst/administration/configure_awx_authentication.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/docsite/rst/administration/configure_awx_authentication.rst b/docs/docsite/rst/administration/configure_awx_authentication.rst new file mode 100644 index 0000000000..fb77bb0c1f --- /dev/null +++ b/docs/docsite/rst/administration/configure_awx_authentication.rst @@ -0,0 +1,19 @@ +Through the AWX user interface, you can set up a simplified login through various authentication types: GitHub, Google, LDAP, RADIUS, and SAML. After you create and register your developer application with the appropriate service, you can set up authorizations for them. + +1. From the left navigation bar, click **Settings**. + +2. The left side of the Settings window is a set of configurable Authentication settings. Select from the following options: + +- :ref:`ag_auth_azure` +- :ref:`ag_auth_github` +- :ref:`ag_auth_google_oauth2` +- :ref:`LDAP settings <ag_auth_ldap>` +- :ref:`ag_auth_radius` +- :ref:`ag_auth_saml` +- :ref:`ag_auth_tacacs` +- :ref:`ag_auth_oidc` + + +Different authentication types require you to enter different information. Be sure to include all the information as required. + +3. Click **Save** to apply the settings or **Cancel** to abandon the changes.
\ No newline at end of file |