Forum Discussion

Ed_Martens_3096's avatar
Ed_Martens_3096
Icon for Nimbostratus rankNimbostratus
Jun 29, 2017

access profiles with multiple apps

Hi,

 

The situation is the following: We have 5 application on our LTM with APM for authetication. Those apps have diff AD groups which should use athorisation. Do I need to create 5 diff APM Access Policies or is there a smarter way to do this?

 

Thanks in advance

 

3 Replies

  • P_K's avatar
    P_K
    Icon for Altostratus rankAltostratus

    How are you differentiating the applications? uri's/ DNS ??

     

  • Hi,

    you can use the same access policy for different apps.

    you can create an empty box with branches expression:

    expr {[mcget {session.server.network.name}] equals "app1.company.local"}
    

    create one branch per app.

    you can also share the same virtual server for different app. Use a local traffic policy to forward to pool based on app URL.