Step 1: Get the signing key for the source environment
GET {{apiPath}}/environments/{{envID}}/keys
Get the source environment keys using a GET {{apiPath}}/environments/{{sourceEnvID}}/keys
request.
Download the PEM (.crt) or PKCS7 (.p7b) file for the signing key. You must use SHA512 for all PingOne operations. See Export Public Key (X509 PEM) for more information.
Copy and save an active signing key ID from the response. You'll use it when you create the SAML application.
For more information, see Get Keys.
If you don't find an active key, create one using the POST {{apiPath}}/environments/{{envID}}/keys
request. For more information, see Create Key.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |