summaryrefslogtreecommitdiff
path: root/docs/guides/auth/oauth.md
diff options
context:
space:
mode:
authorTilman Vatteroth2021-01-04 13:07:44 +0100
committerTilman Vatteroth2021-01-05 13:15:32 +0100
commiteaeb88401d07687eb3db8c273f7a4c0ed31ec153 (patch)
treec05c4f17da9ce1cd0aa603febc6a14b2410e6a5e /docs/guides/auth/oauth.md
parentd52d1d255a876fcf937c9df3717f6df9b745ad22 (diff)
Move docs into subdirectory to make mkdocs work in a subdirectory
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to 'docs/guides/auth/oauth.md')
-rw-r--r--docs/guides/auth/oauth.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/guides/auth/oauth.md b/docs/guides/auth/oauth.md
deleted file mode 100644
index de2ca20a..00000000
--- a/docs/guides/auth/oauth.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# OAuth general information
-
-| service | callback URL (after the server URL) |
-| ---------- | ----------------------------------- |
-| facebook | `/auth/facebook/callback` |
-| twitter | `/auth/twitter/callback` |
-| github | `/auth/github/callback` |
-| gitlab | `/auth/gitlab/callback` |
-| mattermost | `/auth/mattermost/callback` |
-| dropbox | `/auth/dropbox/callback` |
-| google | `/auth/google/callback` |
-| saml | `/auth/saml/callback` |