[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 changes
pull/663/head^2
Clément Michaud 2020-02-29 13:07:23 +01:00 committed by GitHub
parent f821793afb
commit 9c0e722bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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.