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

Preview specific entity post transformation

Matthew Woolnough 11 years ago updated by anonymous 8 years ago 3

It would be extremely helpful to be able to select an object in base connector and run previews when creating transformations that show what the transformation will do.

0
Completed

Once off timings shouldn't edit to "31/Dec/9999"

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

When editing a once off timing that has already run, going in to edit the timing takes the edit control to 31/Dec/9999, even though the display says that it "Ran once at a certain time". It would be easier to edit these once offs to run again if the edit screen retained the time that was set

0
Fixed

Polling timing on home page always display as 1 minute

Tony Sheehy 11 years ago updated by anonymous 8 years ago 1

The polling timing on the home page/dashboard always appears as 1 minute in the demonstration. The timing itself is every minute, but it should be going down into the remaining seconds.

0
Fixed

Required keys not validation requirement for DN template

Tony Sheehy 11 years ago updated by anonymous 8 years ago 1

In the regression test 2.9.4 states that the SchemaKey part can only be used when fields are required.

Validation for all parts should check that the fields are required if used, and @@Key needs to iterate through each key field to assert that they're required.

0
Fixed

Adapter schema is saved to base connector schema on service restart

Tony Sheehy 11 years ago updated by anonymous 8 years ago 2

The adapter schema is saved to the base connector. To reproduce, add a join transformation, restart the service, and the mapped attribute will be in the connector schema.

0
Completed

Rename for LDAP Reserved Attributes

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

If an attribute in the schema of an adapter has the same name as one of the reserved LDAP attribute names (e.g. objectClass, etc.), a warning should be produced and preferably a button to trigger an automatic rename.

0
Completed

Colour of transformation attributes looks clickable but isn't

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

The colour of fields added by transformations on the adapter page looks clickable given the orange colour scheme of Identity Broker and all the previous orange links being clickable, but it isn't. This is a bit confusing.


Colour makes me want to click.png
0
Fixed

idB v4.1.0.0 DEV About Page Error

Ryan Crossingham 11 years ago updated by anonymous 8 years ago 2

Following error received when navigating to the about page.

Error
System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: Could not load type 'Unify.Framework.CurrentVersion`1' from assembly 'Unify.Framework.Service.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=84b9288cb2633de4'. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.TypeLoadException: Could not load type 'Unify.Framework.CurrentVersion`1' from assembly 'Unify.Framework.Service.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=84b9288cb2633de4'. at Unify.Product.IdentityBroker.FIMEnginePlugInFactory.get_PlugInVersion()
at Unify.Framework.PlugInEngineToPlugInEngineInformationAdapter`1.Transform(IUnifyEnginePlugInFactory`1 sourceValue)
at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
at System.Linq.Enumerable.<UnionIterator>d__88`1.MoveNext()
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at SyncInvokeGetNonServicePlugInInformations(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at...).

0
Completed

Join transformation handle type conversion

Adam van Vliet 11 years ago updated by anonymous 8 years ago 2

The join transformation should handle type conversion.

This should be done using the schemaValidator.CreateValue or similar. Unfortunately this is made difficult by both sides being MultiKeyValue.

0
Completed

DN generator configurable to fail on missing fields

Adam van Vliet 11 years ago updated by anonymous 8 years ago 3

To account for generating dns for relational data where the dn template fields may not be present, allow for dn generator to fail gracefully if any of the fields are missing. Should be easy to add to the UI on the dn template. Not sure how difficult to add to the dn template in the service.