Identity Broker Documentation Index
Configuration Reference Home

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.

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

Redirect Resolvers determine the redirect URI for an OAuth2 client authorization request from the URI presented by the client and the redirect URI values registered for the client application.

Direct Subcomponents
Relations From this Component
Properties
dsconfig Usage

Direct Subcomponents

The following Redirect Resolvers are available in the server :

These Redirect Resolvers inherit from the properties described below.

Relations to This Component

The following components have a direct aggregation relation to Redirect Resolvers:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None
↓ java-class

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

java-class (Read-Only)

Description
Specifies the name of the Java class that provides the redirect resolver implementation.
Default Value
None
Allowed Values
The fully-qualified name of a Java class that extends or implements com.unboundid.directory.broker.core.OAuthRedirectResolver
Multi-Valued
No
Required
Yes
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 delete an existing Redirect Resolver:

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