PingAuthorize Server Documentation Index
Configuration Reference Home

Authorization Policy Decision Shared Secret

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.

A shared secret used to authenticate requests to the Authorization Policy Decision APIs.

The server will compare this shared secret to the one provided by third-party Policy Enforcement Points to authenticate requests to the Authorization Policy Decision APIs.

Relations to This Component
Properties
dsconfig Usage

Relations to This Component

The following components have a direct aggregation relation to Authorization Policy Decision Shared Secrets:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ shared-secret  None

Basic Properties

shared-secret (Read-Only)

Description
A shared secret sent by the third-party Policy Enforcement Point on requests to the Authorization Policy Decision APIs. The server will compare this shared secret to the one provided by third-party Policy Enforcement Points to authenticate requests to the Authorization Policy Decision APIs.
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Authorization Policy Decision Shared Secrets:

dsconfig list-authorization-policy-decision-shared-secrets
     [--property {propertyName}] ...

To view the configuration for an existing Authorization Policy Decision Shared Secret:

dsconfig get-authorization-policy-decision-shared-secret-prop
     --secret-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Authorization Policy Decision Shared Secret:

dsconfig set-authorization-policy-decision-shared-secret-prop
     --secret-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new Authorization Policy Decision Shared Secret:

dsconfig create-authorization-policy-decision-shared-secret
     --secret-name {name}
     --set shared-secret:{propertyValue}
     [--set {propertyName}:{propertyValue}] ...

To delete an existing Authorization Policy Decision Shared Secret:

dsconfig delete-authorization-policy-decision-shared-secret
     --secret-name {name}