An application resource’s secret
is a required parameter when you submit a client_credentials
request to the PingOne authorization server. The application’s secret
attribute value has a minimum length of 64 characters according to SHA-512 requirements when using the HS512 algorithm to sign ID tokens using the secret
as the key.
The GET /environments/{environmentId}/applications/{applicationId}/secret
operation returns the specified application resource’s secret
attribute.