Identity Broker Forum

Welcome to the community forum for Identity Broker.

Browse the knowledge base, ask questions directly to the product group, or leverage the community to get answers. Leave ideas for new features and vote for the features or bug fixes you want most.

0
Fixed

Deleting an adapter clears the partition table

Tony Sheehy 12 years ago updated by anonymous 8 years ago 3

Deleting an Adapter clears the Partition table, which subsequently deletes all entities with cascading deletes.

0
Fixed

Issues when creating/editing adapters

Matthew Clark 12 years ago updated by anonymous 8 years ago 12

When editing an adapter in IE8, the base connector dropdown becomes essentially unusable. The control has a scroll bar and makes it difficult to enter a value. Also, the control does not drop down or match things as you type base connector names.


IDB-367.png
0
Fixed

Exporting errors leave the Adapter statistics unresolved.

Tony Sheehy 12 years ago updated by anonymous 8 years ago 4

An export with errors will leave an adapter in an Update state, and apparently also duplicates the adapter statistics:


adapterduplicatestats.jpg
0
Fixed

Connector jobs still run on schedule when disabled.

Tony Sheehy 12 years ago updated by anonymous 8 years ago 3

Scheduled connector jobs can still run when disabled, as this is no longer enforced on the Queued Connector Job Executor; A decorator to check the of the scheduler-state/connector enabled-state needs to be added/wrapped around each connector job on the ConnectorJobGenerator.

0
Completed

Support changing types for schema fields.

Matthew Clark 12 years ago updated by anonymous 8 years ago 6

Some schema providers may create fields as single value when they are later required to be multivalue, such as the CSV connector. To do this currently, the field must be removed and re-added as a multivalue field. This may be a bit of work as the validator types available may change for some types.

0
Fixed

Relational transformations with string priority can't be created

Matthew Clark 12 years ago updated by anonymous 8 years ago 5

Attempting to create a date relational with string priority transformation results in a "Sequence contains no elements" error appearing, and redirecting the user back to the adapter page.

0
Fixed

The Group Target on the Multivalue.GenerateDNs UI component should be a text box.

Tony Sheehy 12 years ago updated by anonymous 8 years ago 4

The Group Target on the Multivalue.GenerateDNs UI component should be a text box, as this field is the target field against which the generated DN components will be written.

0
Fixed

Time relational with string priority cannot be created

Matthew Clark 12 years ago updated by anonymous 8 years ago 4

Error thrown when an attempt is made to create it:

Cannot convert type 'Unify.Framework.Web.UnifyDynamicPlugInObject' to 'Unify.Framework.Collections.GroupedNameValueCollectionKey'

No other information in the logs. This would be a minor cast issue in the service controller or view.

0
Fixed

Cannot create composite group with string priority transformation

Matthew Clark 12 years ago updated by anonymous 8 years ago 11

After selecting a base connector for the group composite with string priority transformation (4.5.5), the error "The given key was not present in the dictionary." appears. No additional information in the logs.

0
Completed

Remove redundant transformations

Matthew Clark 12 years ago updated by anonymous 8 years ago 0

A number of transformations have been made potentially redundant due to some newer extended transformations that have been added over the last while. Examples include the composite key transformations - these now have controls that allow you to add one to many relationships. This makes the singular versions of the transformations redundant and confusing, and could reduce the list of transformations users have to discern between.

The only issue with doing this is backwards compatibility, and whatever mechanism we decide on for loading of old config could just pull these transformations into their newer counterparts.