summaryrefslogtreecommitdiffstats
path: root/docs/auth/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/auth/README.md')
-rw-r--r--docs/auth/README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/auth/README.md b/docs/auth/README.md
index 9cb4d66214..eaec48265c 100644
--- a/docs/auth/README.md
+++ b/docs/auth/README.md
@@ -1,14 +1,7 @@
This folder describes third-party authentications supported by AWX. These authentications can be configured and enabled inside AWX.
When a user wants to log into AWX, she can explicitly choose some of the supported authentications to log in instead of AWX's own authentication using username and password. Here is a list of such authentications:
-* Google OAuth2
-* Github OAuth2
-* Github Organization OAuth2
-* Github Team OAuth2
-* Github Enterprise OAuth2
-* Github Enterprise Organization OAuth2
-* Github Enterprise Team OAuth2
-* Microsoft Azure Active Directory (AD) OAuth2
+* OIDC (OpenID Connect)
On the other hand, the other authentication methods use the same types of login info (username and password), but authenticate using external auth systems rather than AWX's own database. If some of these methods are enabled, AWX will try authenticating using the enabled methods *before AWX's own authentication method*. The order of precedence is:
* SAML