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

AD connector - add filter to display UI

Adam van Vliet 10 years ago in UNIFYBroker/Microsoft Active Directory updated by anonymous 8 years ago 3

The filter that is part of the AD query is missing from the display UI component. It should be added.


2015-04-30 11_22_46-AD Connector - UNIFY Identity Broker.png
0
Fixed

After changing connector agent old agent schema is still fetched

Beau Harrison (Senior Product Software Engineer) 10 years ago updated by anonymous 8 years ago 0

Changing a connectors agent or target table/file/etc then requesting the schema fetches the old schema. After a few minutes, requesting a schema fetches the correct schema

0
Fixed

FIM export with required field as null fails silently

If FIM exports to an adapter whose connector has a non-key field set as required but the FIM MA does not (ie connector changed after xMA was generated) and that field in FIM is null, the export action will not be successful but no notification or error message is generated.

0
Completed

Request for deletion threshold to prevent mass deletion on imports

Richard Green 9 years ago updated by anonymous 8 years ago 5

Hey Guys,

This request has come as a result of the deletion issues experienced at APRA on the weekend.

Is it possible to implement a feature to abort a connector import / change detection run if an unexpected number of deletes are imported?

I'm thinking something along the lines of a flag to enable/disable, and a threshold value (either a number of entities, or percentage value).
Ideally this would be configurable per connector (as some may legitimately and regularly experience large changes in existing data).

This kind of issue has happened previously on other sites, and a feature like this could prevent temporary data issues within a source system from having impact on downstream systems.

0
Completed

SQL server "Date" type is not supported?

Kevin Lin 10 years ago updated by anonymous 8 years ago 2

SQL server "Date" type is not supported?

I have one field of type Date in SQL server.

But on import into Identity Broker, using the default field type that is configured for the schema provider (date), validation fails.


DateSQLServerNotSupported.jpg
0
Completed

Dashboard - counter for number of connector/adapters

Adam van Vliet 9 years ago updated by anonymous 8 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 9 years ago updated by anonymous 8 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 9 years ago updated by anonymous 8 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) 9 years ago updated by anonymous 8 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 9 years ago updated by anonymous 8 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.