Identity Broker Documentation Index
Configuration Reference Home

Prefix Match Redirect Resolver

Note: this component is designated "advanced", which means that objects of this type are not expected to be created or altered in most environments. If you believe that such a change is necessary, you may want to contact UnboundID support in order to understand the potential impact of that change.

The Prefix Match Redirect Resolver requires the redirect URI presented by the client to start with one of the values registered for the client application.

Parent Component
Properties
dsconfig Usage

Parent Component

The Prefix Match Redirect Resolver component inherits from the Redirect Resolver

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 Redirect Resolver
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 Redirect Resolvers:

dsconfig list-redirect-resolvers
     [--property {propertyName}] ...

To view the configuration for an existing Redirect Resolver:

dsconfig get-redirect-resolver-prop
     --resolver-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Redirect Resolver:

dsconfig set-redirect-resolver-prop
     --resolver-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new Prefix Match Redirect Resolver:

dsconfig create-redirect-resolver
     --resolver-name {name}
     --type prefix-match
     [--set {propertyName}:{propertyValue}] ...

To delete an existing Redirect Resolver:

dsconfig delete-redirect-resolver
     --resolver-name {name}