Unable to create client ID.
Client credentials (including a Client ID and a Client Secret) can be created exclusively via Intel® EMA’s REST API, by a tenant administrator.
Only one set of client credentials can be created per Intel® EMA tenant.
A PowerShell script that demonstrates generating client credentials is available in the Intel® EMA API Sample Scripts package. Follow these steps to review the script:
This Client ID can be used alongside the provided Client Secret to authenticate to Intel® EMA.
As provided, the script’s output should be similar to the below.
PS C:\Users\EMADemo> C:\EMA_API-CreateOrDeleteClientCredentialsForTenant.ps1
Target Intel(R) EMA Server = https://ema.server.com
Retrieved Intel(R) EMA token.
Calling POST https://ema.server.com/api/latest/clientCredentials
Created Client Id: abcdabcd-12ab-34cd-56ef-abcd1234abcd
In addition, details on the REST API calls are available in Intel® EMA’s REST API documentation