mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
Remove social oauth (Azure, Github, Google) (#15549)
Remove social oauth (Azure, Github, Google) Co-authored-by: jessicamack <jmack@redhat.com>
This commit is contained in:
committed by
jessicamack
parent
2c2694ce89
commit
bcd006f1a5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user