-
Notifications
You must be signed in to change notification settings - Fork 451
Open
Description
Hello everyone.
One concept of this bundle is a bit confusing me. When dealing with scope, why can we get any scope without permissions given by the client ?
I mean, any user can log ( with grant_type password ) and request any scope they want.
I'm facing this problem because of my current situation :
I one hand I have multiple users that log with grant_type password with the client. In the other hand I must configure a external trusted server access to certain restricted API routes that the lambda users should not be able to request. So I wanted to give a special role to my external server with scopes. Then the problem is that any user can get any scope they want.
How to deal with that ?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels