implemented operation based permissions
This commit is contained in:
@@ -85,4 +85,15 @@ class Module extends ModuleInstanceAbstract
|
|||||||
'boot' => 'static/module.mjs',
|
'boot' => 'static/module.mjs',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function permissions(): array
|
||||||
|
{
|
||||||
|
return [
|
||||||
|
'authentication_provider_oidc' => [
|
||||||
|
'label' => 'Access OIDC Authentication Provider',
|
||||||
|
'description' => 'View and access the OIDC authentication provider module',
|
||||||
|
'group' => 'Authentication Providers'
|
||||||
|
],
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user