Skip to main content

Update global settings

You will need the Azure clientid, applicationid and secret from the Azure Application

image.png

Start the Service Scheduler Install / Upgrade wizard on the server

image.png

Click next until the Account Settings page and select "Global"

image.png

Set sso_entra_enabled to 1

 

Add the azure application details to appropriate value clientid, secret and tenantid

Stop service scheduler for prompting for account on login

image.png

To stop the prompt adjust global setting sso_entra_authorize_endpoint

image.png

https://login.microsoftonline.com/%tenantid%/oauth2/v2.0/authorize?client_id=%clientid%&response_type=code&redirect_uri=%redirect_uri%&response_mode=query&scope=%scope%&prompt=select_account

 

Remove the &prompt=select_account to disable.