-
Notifications
You must be signed in to change notification settings - Fork 5
AzureAuth
Steve edited this page Sep 26, 2024
·
3 revisions
Redirect URIs https:///oauth2/callback
depending on your munkiwebadmin setup you need to configure the following variables
CLIENT_ID=""
CLIENT_SECRET=""
TENANT_ID=""
for only entra sign in use:
ENTRA_ONLY='True'
add Entra groups for permission handling
STAFF_USERS="WebAdminStaffUsers"
SUPER_USERS="WebAdminSuperUsers"