SaaS Management Vendors
  • 01 Jul 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

SaaS Management Vendors

  • Dark
    Light
  • PDF

Article summary

This article provides instructions on how to configure different vendors with your Policy Orchestration Points (POP). Users will need to modify and add the credential objects as listed in the POP API Documentation according to their preferred vendor. These credentials are acquired from the vendors and are used as parameters in the POP APIs.

Power BI

ParameterDescriptionValue
authenticationMethodAuthentication Method"service_principal"
clientIDPower BI Client IDstring
clientSecretPower BI Client Secretstring
tenantPower BI Tenant IDstring

Credentials Example:

...
        "popConnectionCredentials": {
            "authenticationMethod": "service_principal",
            "credentials": {
                "clientID": "84f8n492-f2ce-446b-bace-6df750c2e8c9",
                "clientSecret": null,
                "tenant": "0d417611-5b17-425e-a5b9-7b98e1aa24b8"
            }
        },
...

Zscaler

ParameterDescriptionValue
authenticationMethodAuthentication Method"client_credentials"
API KeyZscaler API Keystring
API Key SecretZscaler API Secretstring
Customer IDZscaler Customer IDstring
Customer based URIZscaler URIstring

Credentials Example:

...
        "popConnectionCredentials": {
            "authenticationMethod": "client_credentials",
            "credentials": {
                "API Key": "NzIwNTkwMjQyNjIwMzc1Nzg0OTIwOGFjMmUtYjE1OS00NDg4LTllZmQtYTExY2IzZjI0ZWIw",
                "API Key Secret": null,
                "Customer ID": "72059024269137504",
                "Customer based URI": "https://config.zpabeta.net"
            }
        },
...

Was this article helpful?

What's Next