authorize_redirect api gives invlaid login_hint issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am currently working on developing a proctoring tool and would like to test its integration with Canvas LMS. At present, my tool is set up locally on my computer, and I have been attempting to test it with a locally hosted Canvas LMS instance running on Docker.
During this process, I encountered an issue with the authorize_redirect API endpoint. When my tool makes a request to this API, I receive a "login hint invalid" error. Upon inspecting the network tab, I noticed that the request is being redirected to https://canvas.docker, whereas my local Canvas instance is running on https://localhost:443.
I tried modifying the virtual host configuration from https://canvas.docker to align with my local setup. Unfortunately, this caused the Canvas instance to crash.