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

Review default sAMAccountName rule

Patrick Johannessen 12 years ago in UNIFYBroker/Aurion updated by anonymous 10 years ago 4

Review the default rule:

0
Completed

Consider including DTC removal DLL in LITE installer

Patrick Johannessen 12 years ago in UNIFYBroker/Aurion updated by anonymous 10 years ago 1

Current feedback from DWWA and Aurion Corp suggest this is going to be a difficult scenario to deal with in its current state. As such, we should consider including the DTC removal DLL in the LITE installer so that's it off by default and can be optionally removed/renamed to turn it back on (which will probably never happen). This would mean we should be doing all our testing with transactions turned off.

0
Fixed

Replace email writeback with SecUser creation

Patrick Johannessen 12 years ago in UNIFYBroker/Aurion updated by anonymous 10 years ago 1

Currently when an email address is changed in AD, the new address is flowed back to the base person record in Aurion. Aurion Corp have informed us that field is actually for personal emails. Instead, they would like us to, if possible, create a new Security User account for them and set its email.

0
Fixed

Identity Broker LITE for Aurion tooltip information incorrect v4.1.1

Lindon Wass 11 years ago in UNIFYBroker/Aurion updated by anonymous 10 years ago 1

In the synchronization settings for Identity Broker LITE for Aurion, the tooltip information displays the incorrect information for 'Baseline to AD' and 'Baseline to Aurion'. The information that is displayed tells the user that the baseline operations will run daily, however, they in fact run at the frequency set in the synchronization settings.

0
Fixed

Imported Gender values break validation for export

Tony Sheehy 12 years ago in UNIFYBroker/Aurion updated by anonymous 10 years ago 2

The imported gender values imported are in the form:

"MALE" and "FEMALE"

but on export there's a Maximum value validation process of one; as such only values of "M" and "F" work.

0
Completed

Transformation: Constant

Peter Wass 14 years ago updated by anonymous 10 years ago 2

A useful extended transformation would be to create a constant. This allows it to be used in matching rules before the importflowrules.

Inputs: Datatype, value, column name.

0
Fixed

Type mismatch with GetValue seems to throw misleading error

Matthew Clark 13 years ago updated by anonymous 10 years ago 2

See IDB-227. When GetValue was called to retrieve a StringValue from an integer field, the error stated "Type Entity was expected". A quick search on JIRA shows this message coming up where the GetValue type does not match the field definition type. This error message should be improved for future Identity Broker versions.

0
Answered

Document error: Query has not been validated process cancelled

Dev Sharma 11 years ago in UNIFYBroker/Aurion updated by anonymous 10 years ago 1

After adding additional items to to the Aurion query, the following error occurred during an import:

error -1: Query PERSON has not been validated process cancelled

This was fixed by "validating the join" before running the query. Confirm the correct language in the product before documenting the fix.

0
Fixed

Aderant Expert incorrectly handles workgroup management.

Tony Sheehy 12 years ago in UNIFYBroker/Aderant Expert updated by anonymous 10 years ago 2

If a workgroup code is specified it will validate that the workgroup doesn't exist as opposed to confirming that it exists before continuing.

0
Answered

SharePoint configuration wizard should highlight fields that are marked as Choice List types

Matthew Clark 14 years ago in UNIFYBroker/Microsoft SharePoint updated by anonymous 10 years ago 4

Choice List types can cause some issues in an identity management solution - see the troubleshooting information. It would therefore be helpful if the SharePoint Connector Configuration wizard could highlight fields that are marked as choice list fields (as simple as checking the ChoiceTypes enum of the attribute's PropertyInfo when retrieving the schema).

Moreover, if the choice list is marked as "Closed", the field could be marked as readonly in the schema - see http://msdn.microsoft.com/en-us/library/microsoft.office.server.userprofiles.choicetypes.aspx. This could also be done by default in order to prevent new choices from being added when the property is not set to "Open" - although this would prevent updates of the field to other valid options for the user. Some further investigation into appropriate behaviour in this case should be carried out.

Estimate includes familiarization with UI, formatting of the XSL, and testing.