mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
d6d4f35cf5
These files are imported from HedgeDoc 1 / the master branch. Signed-off-by: David Mehren <git@herrmehren.de>
11 lines
366 B
Markdown
11 lines
366 B
Markdown
# 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` |
|
|
| dropbox | `/auth/dropbox/callback` |
|
|
| google | `/auth/google/callback` |
|
|
| saml | `/auth/saml/callback` |
|