Forum Discussion

Ibrahim_Kadiri's avatar
Ibrahim_Kadiri
Icon for Nimbostratus rankNimbostratus
Aug 15, 2015

Use of LOCAL Database Authentication and AD Authentication in APM

Dear Experts,

 

We have a requirement were we need to add both ( local and AD auth) in the same Access Policy. Because we have some users who are not registered under AD but need to access APM resources.

 

Is there any way where we can differentiate that a user does not belong to AD and is forwarded to Local Authentication Branch. Without user experiencing and Login error.

 

I tried by adding Local database Auth on the fallback Path but it takes 3 attempts to use the Local Database Authentication branch resulting in failure attempts for the User.

 

Any help will be appreciated.

 

Regards. Ibrahim

 

11 Replies

  • i have solved the issue by adding AD query after the logon Page and then assigning the resources on the user level.

     

    I used the expression in the Advance resource Assignment and then assigned the user with individual resources.

     

    expr { [mcget {session.logon.last.username}] == "test_user" }