Data Governance Broker Documentation Index
Configuration Reference Home

Access Token Provider

Note: this is an abstract component that cannot be instantiated.

Note: this component stores cluster-wide configuration data and is mirrored across all servers in the topology within the the same cluster.

Note: changes to cluster-wide configuration objects are immediately and automatically mirrored across all servers within the same cluster, so offline changes are not supported.

Access Token Provider establish how the identity and authorization information is represented by OAuth 2 access tokens.

Direct Subcomponents
Relations to This Component
Properties
dsconfig Usage

Direct Subcomponents

The following Access Token Providers are available in the server :

These Access Token Providers inherit from the properties described below.

Relations to This Component

The following components have a direct aggregation relation to Access Token Providers:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None

Basic Properties

description

Description
A description for this Access Token Provider
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Access Token Providers:

dsconfig list-access-token-providers
     [--property {propertyName}] ...

To view the configuration for an existing Access Token Provider:

dsconfig get-access-token-provider-prop
     --provider-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Access Token Provider:

dsconfig set-access-token-provider-prop
     --provider-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To delete an existing Access Token Provider:

dsconfig delete-access-token-provider
     --provider-name {name}