ApiManagementSso apps
GET
/v1/mgmt/sso/idp/app/secretAuthorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Query Parameters
id?string
Get the dedicated OIDC client secret of an SSO application by its ID, using a valid management key.
curl -X GET "https://api.descope.com/v1/mgmt/sso/idp/app/secret"{ "cleartext": "string"}export interface Response {cleartext?: string} Was this helpful?