Skip to main content

Return a setup

GET 

/v2/modules/:module/setups/:setupId

Retrieves the full configuration of a specific OAuth setup identified by its ID. Returns all properties including token lifetimes, grant type settings, and associated resource server references.

Request

Path Parameters

    module stringrequired
    setupId stringrequired

Responses

Setups retrieved successfully

Schema
    client_defaults objectrequired
    grant_types string[]required
    force_reauthentication boolean
    access_token_ttl integer
    refresh_token_ttl integer
    id_token_ttl integer
    persisted_consent_ttl integer
    resource_server_defaults objectrequired
    scope_policy_implicit_flow string
    scope_policy_authorization_code_flow string
    scope_policy_refresh_token string
    scope_policy_force_reauthentication boolean
    metadata object[]required
  • Array [
  • name string
    value string
    locale string
  • ]
  • name stringrequired
    owner stringrequired
    comment string
    valid_from date-timerequired
Loading...