summaryrefslogtreecommitdiff
path: root/docs/guides/auth/oauth.md
blob: de2ca20a4277447caff8ef4ae0619fc6e1577b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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`               |