-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
Help on application-specific scopes implementation #1438
Comments
Take a look at https://columbia-it-django-jsonapi-training.readthedocs.io/en/latest/ where the application backend decides what to do given various scopes. The term "application" in DOT is similar merging of a misnomer as it represents a client app operating on behalf of a user. |
Wow 7 years ago there was already a plan. I'll see if any of those ideas or code can be brought forward. |
I'm unable to find the scopes backend code referenced in the 2017 post by @synasius so I guess we need to start over on this. |
Hi @n2ygk , https://github.com/jazzband/django-oauth-toolkit/pull/395/files Isn't these relavent part of the code? |
Hello,
Is it currently possible to define application-specific scopes? If so, could you provide guidance or point to any existing workarounds?
If this feature is not supported, how can I implement application-specific scopes? Specifically, I am looking for a way to define scopes tied to specific OAuth2 applications.
Also, I would appreciate any advice or direction on how to achieve this.
Thank you!
Tasks
The text was updated successfully, but these errors were encountered: