Add static scopes for farm_role_roles

This commit is contained in:
Paul Weidner 2023-10-30 11:47:12 -07:00 committed by Michael Stenta
parent 7b8beddd9e
commit 66da1b7330
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
farm_manager:
description: 'Grants access to the Farm Manager role.'
umbrella: false
grant_types:
authorization_code:
status: true
client_credentials:
status: true
refresh_token:
status: true
granularity: 'role'
role: 'farm_manager'
farm_worker:
description: 'Grants access to the Farm Worker role.'
umbrella: false
grant_types:
authorization_code:
status: true
client_credentials:
status: true
refresh_token:
status: true
granularity: 'role'
role: 'farm_worker'
farm_viewer:
description: 'Grants access to the Farm Viewer role.'
umbrella: false
grant_types:
authorization_code:
status: true
client_credentials:
status: true
refresh_token:
status: true
granularity: 'role'
role: 'farm_viewer'