Skip to content
Steve edited this page Sep 26, 2024 · 3 revisions

Redirect URIs https:///oauth2/callback

Webadmin configuration

depending on your munkiwebadmin setup you need to configure the following variables

CLIENT_ID=""
CLIENT_SECRET=""
TENANT_ID=""

optional settings:

for only entra sign in use:

ENTRA_ONLY='True'

add Entra groups for permission handling

STAFF_USERS="WebAdminStaffUsers"
SUPER_USERS="WebAdminSuperUsers"
Clone this wiki locally