-
Notifications
You must be signed in to change notification settings - Fork 764
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
Limit scopes per user/group #351
Comments
That TODO is part of the story, though we certainly do want to allow for default scopes if the client doesn't ask for any. |
Okay, I am removing that TODO comment from the code then. |
Considering this ticket, are the following statements true? thanks
|
The first two are true and the third is one option. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We might want to create a configurable ability to limit available scopes on a per-user or per-user-group basis. This would need to be checked at authorization time and at token issuance time.
The text was updated successfully, but these errors were encountered: