outline-wiki-docker-compose icon indicating copy to clipboard operation
outline-wiki-docker-compose copied to clipboard

Slack Authentication Issue

Open ThePresence opened this issue 3 years ago • 3 comments

Hi,

I'm getting this error

redirect_uri did not match any configured URIs. Passed URI: http://test.something.com/auth/slack.callback

I've added Redirect URL in slack which is https://test.something.com/auth/slack.callback becasue slack only supports https. What am I doing wrong here?

ThePresence avatar Dec 22 '21 12:12 ThePresence

I just noticed the same. The instructions are outdated. Besides telling us to use http which seems no longer supported there is also the fact that when you open the URL: https://api.slack.com/apps and Create New App you now have to select the top option: "from scratch"

ovizii avatar Jan 23 '22 17:01 ovizii

@ThePresence Because you're redirecting to an HTTPS URL when the URL in your local env.outline is set to an HTTP. Either manually edit the file which I did or use make https to install cert and set up HTTPS. I haven't tested it though and am stuck with a bad gateway problem on the redirection page.

aamirbinabd avatar Feb 19 '22 14:02 aamirbinabd

I use make https then make start and all works properly.

vuducmanh11 avatar May 04 '22 07:05 vuducmanh11