-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mismatching redirect URI. #1012
Comments
We've face the same problem in our OpenEdx environment. We followed this solution to solve the problem. To implement it into tutor we created a plugin with the following code (I've added comments for clarification):
|
hey @yagouam, |
Tutor does not support CMS urls that are suffixed with a port ("mydomain.com:4437") -- this issue is one of the reasons why. |
yes
Bug description
When i want to signin in studio, I always get this error:
Error: invalid_request
Mismatching redirect URI.
Here is my cms-sso config:
How to reproduce
Environment
This is in Docker environment
Additional context
Thx a lot for your help :)
The text was updated successfully, but these errors were encountered: