Nexus

Nexus APIs

GET /v1/sts-clients

Gets all STS client mappings.

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.
Security

Authentication is required for this operation.

Source: default

Requirements (any one option may satisfy)

  • Bearer and ApplicationToken
  • Basic