Skip to main content

Set Tenant Identity Provider and Service Provider OIDC Application for Tenant Management

PUT 

/api/web/v1/tenants/:id/spidentityprovider

Set Tenant Identity Provider and Service Provider OIDC Application for Tenant Management. Caller requires the SPIDENTITYPROVIDERS:EDIT permission.

Request

Path Parameters

    id stringrequired

    The UUID of the tenant to be updated.

Body

required

    createDefaultResourceRule boolean

    Whether an initial default resource rule accessible to all users should be created for this tenant management. This is only used if tenant management was previously disabled. If not set, it defaults to false.

    defaultMaxAge int32

    The default max age of this tenant management. If not set, it is not used.

    disableSSODefaultResourceRule boolean

    If an initial default resource rule is enabled, whether to disable SSO. This is only used if an initial default resource rule is being enabled. If not set, it defaults to false.

    displayConsent boolean

    Whether this tenant management should display consent. If not set, it defaults to false.

    enabled booleanrequired

    Whether tenant management is enabled.

Responses

OK

Schema

    clientId string

    The client id of this tenant management.

    defaultMaxAge int32

    The default max age of this tenant management.

    displayConsent boolean

    Whether this tenant management should display consent.

    enabled booleanrequired

    Whether tenant management is enabled.

    initiateLoginUri string

    The initiate login URI of this tenant management.

    name stringrequired

    The name of this tenant management.

Loading...