[DOCS] Do not let think OAuth won't be supported. (#665)
* [DOCS] Do not let think OAuth won't be supported. * [Buildkite] Prevent docs commit if there are no changespull/663/head^2
parent
f821793afb
commit
9c0e722bd7
|
@ -16,6 +16,7 @@ pushd authelia
|
|||
git config user.name "Authelia[bot]"
|
||||
git config user.email "autheliabot@gmail.com"
|
||||
|
||||
git status | grep "nothing to commit" && exit
|
||||
git add -A
|
||||
git commit -m "Synchronize docs of commit: ${COMMIT}"
|
||||
git push
|
||||
|
|
|
@ -38,12 +38,12 @@ so that you can test it in minutes. Let's begin with the
|
|||
[Getting Started](./getting-started).
|
||||
|
||||
|
||||
## Authelia...
|
||||
## However, Authelia...
|
||||
|
||||
* is not an OAuth or OpenID Connect provider yet.
|
||||
* is not a SAML provider yet.
|
||||
* does not support authentication against an OAuth or OpenID Connect provider.
|
||||
* does not support authentication against a SAML provider.
|
||||
* does not support authentication against an OAuth or OpenID Connect provider yet.
|
||||
* does not support authentication against a SAML provider yet.
|
||||
* does not support using hardware devices as single factor.
|
||||
* does not provide a PAM module yet.
|
||||
|
||||
|
|
Loading…
Reference in New Issue