By: Gear Misner user 22 Feb 2019 at 6:21 p.m. CST

1 Response
Gear Misner gravatar
Hello, I am trying to setup the basic multi auth so I can authenticate against multiple AD servers in different domains. The cache part is all working and I can see the users. I have installed the script and it initializes fine, but it looks like it still trys to auth against the local LDAP or I get the following error: 2019-02-22 16:47:00,360 TRACE [qtp804611486-11] [org.xdi.oxauth.service.SessionIdService] (SessionIdService.java:284) - Found session_id cookie: 'af0297ad-bc4f-443e-a64c-a6d841a221da' 2019-02-22 16:47:00,361 TRACE [qtp804611486-11] [org.xdi.oxauth.service.SessionIdService] (SessionIdService.java:755) - Try to get session by id: af0297ad-bc4f-443e-a64c-a6d841a221da ... 2019-02-22 16:47:00,361 TRACE [qtp804611486-11] [org.xdi.oxauth.service.SessionIdService] (SessionIdService.java:767) - Failed to get session by id: af0297ad-bc4f-443e-a64c-a6d841a221da 2019-02-22 16:47:00,361 ERROR [qtp804611486-11] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:269) - Failed to get session attributes 2019-02-22 16:47:00,361 INFO [qtp804611486-11] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:209) - Authentication failed for 'gmisner@domain.com' If someone could point me in the right direction that would be awesome! Thanks! ***UPDATE*** So it looks like the session ID issues is just some caching weirdness going on with the browsers. So now the only issue I am having is that when I try to log in it doesn't look like it tries to use the AD server in the config file. It is still trying the local LDAP database.

By Mohib Zico staff 27 Feb 2019 at 9:06 a.m. CST

Mohib Zico gravatar
Hi Gear, Did you change 'Default Authentication Method' to 'basic_multi_auth' ? ( oxTrust > Manage Authentication > Default Authentication Method )