Forum Discussion

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