Ansible AWX/Tower configure with MS AD auth

I have an instance of AWX setup and I am trying to configure it with MS Windows AD authentication. I am using the docker setup of AWX. 1) Where should I be looking for logs to help diagnose config issues? 2) Does anyone have an example of how it should be setup? A lot of what I’m finding seems to help a bit but not fully. What are you using for GroupType? I tried ActiveDirectoryGroup but it wouldn’t let me, is that something that is only available in Tower?

Did you use anything in the LDAP User DN Template? LDAP Group User DN Template?

LDAP User Search?

etc
etc

Hi

Adure AD OAUTH is buggey,Not ready for use yet

or LDAP, this is the setting
LDAP USER DN template
cn =% (user) s, ou = People, dc = ldaphostname, dc = domain, dc = contory

LDAP USer search

LDAP Group Search
[
"ou = groups, dc = ldaphostname, dc = domain, dc = contory",
"SCOPE_SUBTREE",
"(cn = Ansible User)"
]

Hi,
Thanks for the response. I am not using Azure or Oauth. This would be straight LDAP to MS AD.