feat: Entra ID group restriction, remove redirect URI field, user delete + email edit

This commit is contained in:
Brückner
2026-06-04 13:10:56 +02:00
parent c879f84843
commit 97e1b1a665
5 changed files with 276 additions and 61 deletions

View File

@ -96,7 +96,7 @@ const _defaultSettings: [string, string][] = [
['azure_client_id', ''],
['azure_tenant_id', ''],
['azure_client_secret', ''],
['azure_redirect_uri', ''],
['azure_allowed_group', ''],
['checkmk_api_url', ''],
['checkmk_api_secret', ''],
['checkmk_sync_interval_ms', '60000'],