cartobucket / auth

3 stars 0 forks source link

Implement the Scope resource #3

Closed bgroff closed 1 year ago

bgroff commented 1 year ago

Scopes

Scopes are created and managed at the Authorization Server level. They can be associated with either the Client or the Application Secret. When calling the token endpoint, the Authorization Server will check if the Client or Application Secret has the set of Scopes associated. If the Scopes are not associated with the Client or Application Secret, then the Authorization Server will not include the scope(s) in the Access Tokens scp claim.

Acceptance Criteria