Forum Discussion

Karthik_Krishn1's avatar
Karthik_Krishn1
Icon for Cirrostratus rankCirrostratus
Mar 15, 2016
Solved

APM and certificate based AD authentication

Hello,   We are looking to authenticate users into their domain joined PC's using certificate based services (Smartcard's). Due to the way it is going to implemented, users will not get a prompt t...
  • Lucas_Thompson_'s avatar
    Mar 15, 2016

    In other words: APM doesn't have the user's password. The normal solutions to this are:

     

    1. Use Kerberos SSO with a delegation account. This is easy an long as your web server is IIS.
    2. Use SAML.

    Sometimes people come up with other solutions. Because APM has access to irules, you can basically implement anything that is technically possible, with the important exception of passing the client's certificate through to the backend app. We don't support doing that.

     

    I'd recommend consulting your app vendor to get their preferred SSO delegation technique.