You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation found here states that the callback URL should be <your-codimd-url>/auth/oauth2/callback.
When using this configuration in Mattermost, the following error is raised : invalid_request: Supplied redirect_uri did not match registered callback_url.
Indeed, when inspecting the request to Mattermost, the URL looks like :
The documentation found here states that the callback URL should be
<your-codimd-url>/auth/oauth2/callback
.When using this configuration in Mattermost, the following error is raised :
invalid_request: Supplied redirect_uri did not match registered callback_url
.Indeed, when inspecting the request to Mattermost, the URL looks like :
So that the callback URL should be
<your-codimd-url>/auth/mattermost/callback
. It works with this setup.The text was updated successfully, but these errors were encountered: