Accessing coder deployment via web application (LMS)
Afternoon team, I am looking to integrate coder into a learning platform we are building. The idea is to give students access to a CLI that they can use to complete labs directly in their browser
I have been tooling around the documentation and a local installation for a few weeks
I am looking for guidance on the optimal flow for the following:
1) Students logs into our LMS platform (backed by AWS cognito)
2) Student clicks a CLI button (emulating GCP Cloud Shell)
3) Terminal (and/or VSCode) pops up in an iframe
My specific issue is understanding how I should properly handle Authentication. We'd like the flow to be as seamless as possible, preferably not asking the student to log in / sign up in the coder GUI
Any guidance would be greatly appreciated
2 Replies