Forum Discussion

f51's avatar
f51
Icon for Cirrostratus rankCirrostratus
Jul 11, 2018

APM with AD and LocalDB?

Hello DC Experts,

 

I want to authenticate users from Local DB & AD and I created policy but some reason it is not working. Any suggestions please ?

 

 

2 Replies

  • Hi,

     

    Session.logon.last.username is the username you type in at the logon page.

     

    If there is no match your session will end in the fallback branch of your check login type and probably ends in a deny.

     

    Maybe its better to add a pulldown menu on your logon page and let the user choose between local or domain.

     

    Cheers,

     

    Kees

     

  • Hi,

     

    I suggest you to remove "Check login type" option and replace it by an "AD query".

     

    If AD query pass, attach to "AD auth" and in fallback attach "LocalDB Auth"

     

    To sump UP "AD Query" will allow you to validate that user exist in ad and you can send IT to AAA AD for authentication then if AD Query fail that's mean that we can query "LocalDB Auth"

     

    Let me know if it's not clear.

     

    Regards