-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to get an access_token? #256
Comments
Hello, I have made it so far that a user can log in to the grader service semi-automatically. But now I am facing another hurdle. The service does not know which users are in which groups. The following things are not clear to me from the source code and the documentation:
|
Hi, sorry for the late reply! We use a "build-your-own" solution for authorization. While authentication workflows are standardized, the scopes or groups we receive from different systems can vary significantly. To address this, we provide a This setup allows us to decouple authentication from authorization. For instance, you could use an OAuth2 provider for authentication while relying on a different system, such as the Moodle REST API, for authorization. To address your questions:
|
Thanks for the quick reply, now I understand it much better and have already been able to add an instructor and a student.
|
|
Hello,
I'm sorry, but my request has nothing to do with a bug or a feature request.
I just don't know where else to ask my question.
I am happy to have found an improved version of nbgrader. But I am failing to install and configure the grader-service/grader-labextension.
This is the current status of the hub.
The ‘Get-Started’ and the ‘Administrator Guide’ confuse me. Maybe it is also possible that the grader service cannot be used for our use case.
I'm at a point where I don't know what the next step is. I have added the userdata_hook. But where do I get access_token from?
I hope you can help me.
Thank you very much for your help.
The text was updated successfully, but these errors were encountered: