argos/dmp-backend/web/src/main/resources/config/permissions.yml

985 lines
22 KiB
YAML
Raw Normal View History

permissions:
extendedClaims: [ ]
policies:
###### Should Remove after Refactor
AdminRole:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
AuthenticatedRole:
roles: []
clients: [ ]
allowAnonymous: false
allowAuthenticated: true
######
2024-04-02 16:18:07 +02:00
# Affiliation
2024-03-12 17:27:16 +01:00
DeferredAffiliation:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
2024-03-12 17:27:16 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-07 16:07:24 +01:00
# public
PublicBrowseDescription:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseDescriptionTemplate:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseDmp:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseDmpReference:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseDmpUser:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseReference:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseUser:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
2023-12-05 17:13:40 +01:00
PublicBrowseDashboardStatistics:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
2024-01-04 15:25:07 +01:00
PublicSendContactSupport:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
2024-02-08 17:12:47 +01:00
PublicBrowseReferenceType:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
2024-04-02 16:18:07 +02:00
BrowsePublicStatistics:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
2023-11-21 12:15:31 +01:00
# Elastic
ManageElastic:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# Queue Events
ManageQueueEvents:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-12-13 10:42:59 +01:00
# Deposit
BrowseDeposit:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-12-13 10:42:59 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDeposit:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-12-13 10:42:59 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# Language
BrowseLanguage:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
EditLanguage:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-27 17:22:13 +01:00
DeleteLanguage:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-27 17:22:13 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# Statistics
BrowseStatistics:
roles: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: true
# Description
BrowseDescription:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-15 13:13:55 +01:00
dmp:
roles:
- Owner
- User
- DescriptionContributor
- Reviewer
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDescription:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-15 13:13:55 +01:00
dmp:
roles:
- Owner
- DescriptionContributor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
FinalizeDescription:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-15 13:13:55 +01:00
dmp:
roles:
- Owner
- DescriptionContributor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDescription:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-15 13:13:55 +01:00
dmp:
roles:
- Owner
- DescriptionContributor
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
CloneDescription:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-15 13:13:55 +01:00
dmp:
roles:
- Owner
- DescriptionContributor
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-07 11:36:36 +01:00
# Tag
BrowseTag:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-07 11:36:36 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditTag:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-07 11:36:36 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteTag:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-07 11:36:36 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-17 18:01:44 +01:00
# User
BrowseUser:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-17 18:01:44 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditUser:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-17 18:01:44 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteUser:
2023-11-20 16:09:24 +01:00
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-20 16:09:24 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ExportUsers:
2023-11-17 18:01:44 +01:00
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-17 18:01:44 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-01-05 10:05:40 +01:00
BrowseDmpAssociatedUser:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-19 16:21:50 +01:00
dmp:
roles:
- Owner
- User
- DescriptionContributor
- Reviewer
2024-01-05 10:05:40 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# DescriptionTemplateType
BrowseDescriptionTemplateType:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDescriptionTemplateType:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDescriptionTemplateType:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-28 14:05:58 +01:00
# StorageFile
BrowseStorageFile:
roles: [ ]
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: true
EditStorageFile:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-28 14:05:58 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteStorageFile:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-28 14:05:58 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-27 17:46:34 +02:00
# DescriptionTemplate
BrowseDescriptionTemplate:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
2023-10-27 17:46:34 +02:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDescriptionTemplate:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantDescriptionTemplateEditor
2023-10-27 17:46:34 +02:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDescriptionTemplate:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantDescriptionTemplateEditor
2023-10-27 17:46:34 +02:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-01 11:03:23 +01:00
CloneDescriptionTemplate:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantDescriptionTemplateEditor
2023-11-01 11:03:23 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
CreateNewVersionDescriptionTemplate:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantDescriptionTemplateEditor
2023-11-01 11:03:23 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-01 17:12:59 +01:00
ImportDescriptionTemplate:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantDescriptionTemplateEditor
2023-11-01 17:12:59 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-03 10:55:26 +01:00
ExportDescriptionTemplate:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantDescriptionTemplateEditor
2023-11-03 10:55:26 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# Dmp
BrowseDmp:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDmp:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-13 16:04:17 +01:00
dmp:
roles:
- Owner
- User
- DescriptionContributor
- Reviewer
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-03-12 17:27:16 +01:00
NewDmp:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
2024-03-12 17:27:16 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDmp:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-03-19 11:48:17 +01:00
DepositDmp:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-19 11:48:17 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
CloneDmp:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-03-27 13:57:02 +01:00
ExportDmp:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-27 13:57:02 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
CreateNewVersionDmp:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
FinalizeDmp:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
2024-03-15 10:39:01 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
UndoFinalizeDmp:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-15 10:39:01 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
AssignDmpUsers:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-13 16:45:25 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
InviteDmpUsers:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-20 18:13:57 +02:00
# DmpBlueprint
BrowseDmpBlueprint:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
2023-10-20 18:13:57 +02:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDmpBlueprint:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-10-20 18:13:57 +02:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-24 17:00:11 +02:00
CloneDmpBlueprint:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-10-24 17:00:11 +02:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
CreateNewVersionDmpBlueprint:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-24 17:00:11 +02:00
ExportDmpBlueprint:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-10-24 17:00:11 +02:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ImportDmpBlueprint:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-10-24 17:00:11 +02:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-20 18:13:57 +02:00
DeleteDmpBlueprint:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-10-20 18:13:57 +02:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# EntityDoi
BrowseEntityDoi:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditEntityDoi:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteEntityDoi:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
# Reference Permissions
BrowseReference:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
EditReference:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
DeleteReference:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
# DmpReference Permissions
BrowseDmpReference:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
EditDmpReference:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
DeleteDmpReference:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-30 09:12:41 +01:00
# DmpUser Permissions
BrowseDmpUser:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-30 09:12:41 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDmpUser:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-30 09:12:41 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDmpUser:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-30 09:12:41 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-07 13:44:26 +01:00
# SupportiveMaterial Permissions
BrowseSupportiveMaterial:
roles:
- Admin
2024-03-13 16:04:17 +01:00
- User
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
clients: [ ]
allowAnonymous: yes
allowAuthenticated: yes
EditSupportiveMaterial:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteSupportiveMaterial:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-07 12:15:25 +01:00
# ReferenceType Permissions
BrowseReferenceType:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
2023-11-07 12:15:25 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditReferenceType:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-07 12:15:25 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteReferenceType:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-07 12:15:25 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
2023-11-07 12:18:17 +01:00
allowAuthenticated: false
2023-11-07 12:15:25 +01:00
2023-12-06 12:08:49 +01:00
# Tenant Permissions
2023-11-22 17:01:58 +01:00
BrowseTenant:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditTenant:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteTenant:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-12-06 12:08:49 +01:00
# TenantUser Permissions
BrowseTenantUser:
roles:
- Admin
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-12-06 12:08:49 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditTenantUser:
roles:
- Admin
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-12-06 12:08:49 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteTenantUser:
roles:
- Admin
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-12-06 12:08:49 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-30 09:12:41 +01:00
# DmpDescriptionTemplate Permissions
BrowseDmpDescriptionTemplate:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-30 09:12:41 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDmpDescriptionTemplate:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-30 09:12:41 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDmpDescriptionTemplate:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-30 09:12:41 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-06 12:31:01 +01:00
2023-11-30 09:12:41 +01:00
# DescriptionReference Permissions
BrowseDescriptionReference:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-30 09:12:41 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDescriptionReference:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-30 09:12:41 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDescriptionReference:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-11-30 09:12:41 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-12-06 22:10:01 +01:00
# DescriptionReference Permissions
BrowseDescriptionTag:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-12-06 22:10:01 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDescriptionTag:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-12-06 22:10:01 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDescriptionTag:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-12-06 22:10:01 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-01-05 17:32:24 +01:00
# Prefilling
BrowsePrefilling:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
2024-01-05 17:32:24 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-12-08 17:05:48 +01:00
# Lock Permissions
BrowseLock:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
2023-12-08 17:05:48 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditLock:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
- User
- DescriptionContributor
- Reviewer
2023-12-08 17:05:48 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteLock:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
- User
- DescriptionContributor
- Reviewer
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-04-02 16:18:07 +02:00
2024-03-13 16:04:17 +01:00
# Contact Permissions
2024-01-04 15:25:07 +01:00
SendContactSupport:
roles: []
clients: [ ]
allowAnonymous: false
allowAuthenticated: true
# ActionConfirmation Permissions
BrowseActionConfirmation:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditActionConfirmation:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteActionConfirmation:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
2023-12-08 17:05:48 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# PrefillingSource Permissions
BrowsePrefillingSource:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditPrefillingSource:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeletePrefillingSource:
roles:
2024-04-02 16:18:07 +02:00
- TenantAdmin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-04-02 16:18:07 +02:00
# ViewPage Permissions
ViewDescriptionTemplateTypePage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewMaintenancePage:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewNotificationPage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewNotificationTemplatePage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewSupportiveMaterialPage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewLanguagePage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewUserPage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewTenantPage:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewPrefillingSourcePage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewReferenceTypePage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewReferencePage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewEntityLockPage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewDescriptionTemplatePage:
roles:
- TenantAdmin
- TenantDescriptionTemplateEditor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewDmpBlueprintPage:
roles:
- TenantAdmin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewPublicDescriptionPage:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
ViewPublicDmpPage:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
ViewMyDescriptionPage:
roles:
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewMyDmpPage:
roles:
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewHomePage:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
ViewMineInAppNotificationPage:
roles: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: true