Authorization
Descope Project ID and Management Key Project ID:Management Key as bearer token.
In: header
Request Body
application/json
Configure the OIDC settings of a tenant, using a valid management key.
This API endpoint will configure the OIDC settings on a tenant utilizing a valid management key.
This endpoint accepts the OIDC configuration settings as well as the attribute mapping you would like to be configured on the SAML settings.
See also
- See SSO Configuration for further details on managing SSO Configurations on a tenant.
curl -X POST "https://api.descope.com/v1/mgmt/sso/oidc" \ -H "Content-Type: application/json" \ -d '{}'Get Tenant's SAML/OIDC Settings GET
### Get the current SAML/OIDC configuration settings of a tenant, using a valid management key. This API endpoint allows you to get the current SAML/OIDC configuration settings of a tenant. ### See also - See [SSO Configuration](/sso) for further details on managing SSO Configurations on a tenant.
Create New SSO Settings POST
### Create new SSO settings for a tenant, using a valid management key. This API endpoint allows you to create a new SSO configuration for a tenant. The endpoint accepts the tenant ID, an optional SSO ID, and a display name for the SSO configuration. ### See also - See [SSO Configuration](/sso) for further details on managing SSO Configurations on a tenant.