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
Completed

Dashboard - counter for number of connector/adapters

Adam van Vliet 10 years ago updated by anonymous 9 years ago 1

The dashboard should have a counter for the number of connectors and adapter.

0
Completed

Change log clearing job schedule should be configurable

Adam van Vliet 10 years ago updated by anonymous 9 years ago 1

The schedule for {{DeleteChangeLogsJob }} added in v5.0.0 is not configurable. Due to different requirements for each client, the duration and frequency of clearing out change logs should be configurable.

0
Fixed

Adapter Entity Search Hide and Group By Column

Curtis Lusmore 10 years ago updated by anonymous 9 years ago 1
  • On the Adapter Entity Search page, the hover tooltip for hiding a column says "Hide row".
  • Hiding a column actually hides the column one to the left.
  • Grouping by a column similarly actually groups by the column one to the left.
0
Fixed

LDAP operations can be successfully run against disabled adapters

Beau Harrison (Senior Product Software Engineer) 10 years ago updated by anonymous 9 years ago 2

Disabling an adapter excludes its details from LDAP schema requests, but a client performing a request on that adapter is successfully completed.

Disabling an adapter should hide it from the LDAP endpoint (ie search requests return no entities, add requests can't find adapter etc).

A disabled adapter should not return no entities (unless it is actually empty), as it may have accidentally been left disabled, which would potentially result in accounts being deleted in downstream systems. Instead, the most appropriate LDAP error code and message should be returned, if possible.

0
Completed

Transformation preview

Adam van Vliet 10 years ago updated by anonymous 9 years ago 1

Issues like IDB-553 were alluding to the issue that the results of a transformation is unknown until imported into the IdM solution. This has been fixed up with pre-populating the adapter context, however, it would be helpful to know how a transformation will behave until it's added.

Add a new feature to preview the result of a transformation before adding it.

0
Fixed

CSV Connector fails to retrieve schema when created with invalid path

Curtis Lusmore 10 years ago in CSV connector updated by anonymous 9 years ago 2

When a CSV connector is created with an invalid path, even after updating the connector to the correct path the Request Schema function still attempts to retrieve the schema from the old (invalid) path.

0
Fixed

DN Fields Missing from LHS of DN Template

Curtis Lusmore 10 years ago updated by anonymous 9 years ago 4

DN fields are missing from the left-hand-side of the DN template configuration. There is also a small bug where the field temporarily shifts up to the end of the previous line while entering a value. See attached screenshots.


i29^cimgpsh_orig.png
i30^cimgpsh_orig.png
LoseDefaultValue.jpg
0
Completed

Allow for multiple query ids on the UI

Tony Sheehy 12 years ago in UNIFYBroker/Aurion updated by anonymous 9 years ago 1

Update the UI to allow for multiple query ids.

0
Fixed

DN Template Generator can spawn element with empty separator

Beau Harrison (Senior Product Software Engineer) 10 years ago updated by anonymous 9 years ago 1

In the DN template generator, clicking 'Add' with the right field empty spawns the separator selection empty, and if committed, causes the separator to be 'null', which breaks everything.

The separator field should always have a default value.

0
Completed

No Warning for multiple adapters with same object class

Curtis Lusmore 10 years ago updated by anonymous 9 years ago 2

There is currently no warning in the management studio if two or more adapters share the same object class, which breaks LDAP compliance by having multiple definitions in the schema for that object class.