Fixed outline readme
This commit is contained in:
parent
e99e260c13
commit
3972d1a03f
|
@ -41,3 +41,9 @@ lxc.idmap: g 1002 101002 64534
|
||||||
The easiest way to configure the authentication process is to use the API provided by slack. The two secrets provided muse be set in the .env file.
|
The easiest way to configure the authentication process is to use the API provided by slack. The two secrets provided muse be set in the .env file.
|
||||||
|
|
||||||
### Procedure
|
### Procedure
|
||||||
|
1. Register a Slack account and create a workspace
|
||||||
|
2. Visit api.slack.com/apps
|
||||||
|
3. create a new app from scratch and link to the workspace created at step #1
|
||||||
|
4. Open *OAuth & Permission* section
|
||||||
|
5. Add new redirection URL: *<domain>/auth/slack.callback* (e.g. *https://outline.giovanesaggio.com/auth/slack.callback*), then save
|
||||||
|
6. Open *Basic information* section and copy the two secret codes in the .env file.
|
Loading…
Reference in New Issue