Nexus

Nexus APIs

GET /v1/sts-clients/{clientId}

Gets a specific STS client mapping by client ID.

Parameters
Name In Required Description
clientId path Yes The STS client identifier.
Responses
200
Example
{
  "userId": "string",
  "created": "string",
  "clientId": "string",
  "modified": "string",
  "createdBy": "string",
  "modifiedBy": "string",
  "description": "string",
  "permissions": "string"
}
Schema
Name Type Attributes Description Extensions
clientId string nullable The STS client identifier (from JWT cid or sub claim).
created string (date-time)
createdBy string nullable
description string nullable Human-readable description of this client registration.
modified string (date-time)
modifiedBy string nullable
permissions string nullable Permissions (space-delimited) granted to this STS client. These are the only permissions the client will have.
userId string nullable The User ID of the creator. Used for audit/identity purposes only, not for permission inheritance.
Example
{
  "userId": "string",
  "created": "string",
  "clientId": "string",
  "modified": "string",
  "createdBy": "string",
  "modifiedBy": "string",
  "description": "string",
  "permissions": "string"
}
Schema
Name Type Attributes Description Extensions
clientId string nullable The STS client identifier (from JWT cid or sub claim).
created string (date-time)
createdBy string nullable
description string nullable Human-readable description of this client registration.
modified string (date-time)
modifiedBy string nullable
permissions string nullable Permissions (space-delimited) granted to this STS client. These are the only permissions the client will have.
userId string nullable The User ID of the creator. Used for audit/identity purposes only, not for permission inheritance.
Example
{
  "userId": "string",
  "created": "string",
  "clientId": "string",
  "modified": "string",
  "createdBy": "string",
  "modifiedBy": "string",
  "description": "string",
  "permissions": "string"
}
Schema
Name Type Attributes Description Extensions
clientId string nullable The STS client identifier (from JWT cid or sub claim).
created string (date-time)
createdBy string nullable
description string nullable Human-readable description of this client registration.
modified string (date-time)
modifiedBy string nullable
permissions string nullable Permissions (space-delimited) granted to this STS client. These are the only permissions the client will have.
userId string nullable The User ID of the creator. Used for audit/identity purposes only, not for permission inheritance.
Example
{
  "userId": "string",
  "created": "string",
  "clientId": "string",
  "modified": "string",
  "createdBy": "string",
  "modifiedBy": "string",
  "description": "string",
  "permissions": "string"
}
Schema
Name Type Attributes Description Extensions
clientId string nullable The STS client identifier (from JWT cid or sub claim).
created string (date-time)
createdBy string nullable
description string nullable Human-readable description of this client registration.
modified string (date-time)
modifiedBy string nullable
permissions string nullable Permissions (space-delimited) granted to this STS client. These are the only permissions the client will have.
userId string nullable The User ID of the creator. Used for audit/identity purposes only, not for permission inheritance.
Example
{
  "userId": "string",
  "created": "string",
  "clientId": "string",
  "modified": "string",
  "createdBy": "string",
  "modifiedBy": "string",
  "description": "string",
  "permissions": "string"
}
Schema
Name Type Attributes Description Extensions
clientId string nullable The STS client identifier (from JWT cid or sub claim).
created string (date-time)
createdBy string nullable
description string nullable Human-readable description of this client registration.
modified string (date-time)
modifiedBy string nullable
permissions string nullable Permissions (space-delimited) granted to this STS client. These are the only permissions the client will have.
userId string nullable The User ID of the creator. Used for audit/identity purposes only, not for permission inheritance.
Example
{
  "userId": "string",
  "created": "string",
  "clientId": "string",
  "modified": "string",
  "createdBy": "string",
  "modifiedBy": "string",
  "description": "string",
  "permissions": "string"
}
Schema
Name Type Attributes Description Extensions
clientId string nullable The STS client identifier (from JWT cid or sub claim).
created string (date-time)
createdBy string nullable
description string nullable Human-readable description of this client registration.
modified string (date-time)
modifiedBy string nullable
permissions string nullable Permissions (space-delimited) granted to this STS client. These are the only permissions the client will have.
userId string nullable The User ID of the creator. Used for audit/identity purposes only, not for permission inheritance.
Example
{
  "userId": "string",
  "created": "string",
  "clientId": "string",
  "modified": "string",
  "createdBy": "string",
  "modifiedBy": "string",
  "description": "string",
  "permissions": "string"
}
Schema
Name Type Attributes Description Extensions
clientId string nullable The STS client identifier (from JWT cid or sub claim).
created string (date-time)
createdBy string nullable
description string nullable Human-readable description of this client registration.
modified string (date-time)
modifiedBy string nullable
permissions string nullable Permissions (space-delimited) granted to this STS client. These are the only permissions the client will have.
userId string nullable The User ID of the creator. Used for audit/identity purposes only, not for permission inheritance.
404
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Security

Authentication is required for this operation.

Source: default

Requirements (any one option may satisfy)

  • Bearer and ApplicationToken
  • Basic