ApiManagementTenants
POST
/v1/mgmt/tenant/adminlinks/sso/authenticated

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

tenantId?string

Get SSO admin link, that will work for authenticated users only, using a valid management key

curl -X POST "https://api.descope.com/v1/mgmt/tenant/adminlinks/sso/authenticated" \  -H "Content-Type: application/json" \  -d '{}'
{  "adminSSOConfigurationLink": "string"}
export interface Response {adminSSOConfigurationLink?: string}
Was this helpful?