Skip to content

Scopes and security #402

@NathanVss

Description

@NathanVss

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions