Authenticate to Console with certificates

Prisma Cloud supports certificate-based authentication for the Console UI and the API.
Prisma Cloud has always provided username / password based authentication. In addition to that, Prisma Cloud also supports certificate based authentication for the Console UI and the API. This is especially useful for those in government and financial services, who use multi-factor authentication technologies built on x.509 certificates. This is applicable to users authenticating via Active Directory accounts as well. This feature allows customers to be able to control the trusted CAs for signing certificates for authentication.

Setting up your certs

This procedure shows you how to set up Prisma Cloud for certificate-based authentication.
If you’re using certificates to authenticate against Active Directory accounts, Prisma Cloud uses the UserPrincipalName field in the SAN to match the certificate to the user in Active Directory. This is the same process used by Windows clients for authentication, so for most customers, the existing smart card certificates you’re already using can also be used for authentication to Prisma Cloud.
  1. Save the CA certificate(s) used to sign the certificates that you’ll use for authentication to Prisma Cloud.
    The certificate has to be in PEM format. If you have multiple CAs that issue certificates to your users, concatenate their PEM files together. For example, if you have Issuing CA 1 and Issuing CA 2, create a combined PEM file like this:
    $ cat issuing-ca-1.pem issuing-ca-2.pem > issuing-cas.pem
  2. Log into Console, and go to
    Manage > Authentication > System Certificates
    .
  3. Set
    Advanced certificate configuration
    to
    Show
    .
  4. Scroll down to
    Console Authentication
    , and upload your CA certificate(s) in PEM format.
  5. Click
    Save
    .
  6. Open Console login page in your browser. When prompted select your user certificate.

What’s next?

See Assigning roles to learn how to add users and assign roles to them.