AAD Authentication w/o Python

Hello,

I`m trying to use AAD for authentication, however I dont really want to use phyton scripts (not too good with it yet)

I`ve tried adding the following to the config file but it is overlooked on startup

“AuthenticationModule” : {
“Name” : “ActiveDirectory”,
“Config” : {
“DomainName” : “.onmicrosoft.com”,
“ClientId” : “”,
“ClientSecret” : “”,
“Authority” : “https://login.microsoftonline.com/
}
}

Hi,

There’s no support for AAD in Orthanc.
Here’s a sample integration of Orthanc with Keycloak. You should be able to connect keycloak to an active directory then.

Best regards,

Alain.