diff --git a/lib/Module.php b/lib/Module.php index fd9d029..fac7551 100644 --- a/lib/Module.php +++ b/lib/Module.php @@ -85,4 +85,15 @@ class Module extends ModuleInstanceAbstract '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' + ], + ]; + } }