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

Add support for Web Services Option

Adam van Vliet 11 years ago in UNIFYBroker/Frontier ichris/chris21 updated by anonymous 9 years ago 15

Add support for Web Services Option. See INTIDBCHRS:Web Services Option for details, along with SDK attached to INTIDBCHRS:v7.7 Documentation.

0
Answered

Empower Person Adapter configuration clarification for Relation.Group requirements

Shane Lim 14 years ago updated by anonymous 9 years ago 3

Hi Peter,

In section 8.1.3 Identity Broker Adpaters configuration for the Empower Person Adapter of the ACG CEO Technical Design document.

The first three transformation type are "Relation.Group" but the mapping configuration information is using TargetColumn and SourceColumn instead of GroupTarget and RelationReference.

Based on my understanding I assume this assume TargeteColumn should be GroupTarget and the SourceColumn should be RelationReference.

Please clarify.

0
Fixed

Identity Broker for chris21 hints not helpful

Adam van Vliet 12 years ago in UNIFYBroker/Frontier ichris/chris21 updated by anonymous 9 years ago 2

The tooltips for Identity Broker for chris21 are not particularly helpful. For example: The "Username" text box has a hint similar to - "The chris21 username".

Please update all hints that are not useful.

Thanks.

0
Fixed

List Request Value default differs between Connectors with Advanced Settings, and those with none.

Matthew Woolnough 12 years ago in UNIFYBroker/Frontier ichris/chris21 updated by anonymous 9 years ago 4

A Chris21 Connector without Advanced settings will have a List Request Value set to All. A Chris21 Connector without Advanced settings will have a List Request Values set to Default.

The default should be consistent between both Advanced non-advanced settings.

0
Fixed

Chris21 Filter field converts {DATETODAY} to date in UI only

Matthew Woolnough 12 years ago in UNIFYBroker/Frontier ichris/chris21 updated by anonymous 9 years ago 7

Placed Filter

posend:GE:{DATETODAY}:or, posend:EQ:

into filter.
XML shows correct settings, but UI converts

{DATETODAY}

into current date.

eg today this shows:

posend:GE:2013-03-07:or, posend:EQ:
0
Fixed

GTR Filters cannot be seen on Chris21 Connector page

Matthew Woolnough 12 years ago in UNIFYBroker/Frontier ichris/chris21 updated by anonymous 9 years ago 1

GTR Filters are not displayed on Connector. One must disable connector, then go into configuration to see configuration.

0
Fixed

Entity does not need to be re-retrieved on update if no attachment handling present

Matthew Clark 12 years ago in UNIFYBroker/Frontier ichris/chris21 updated by anonymous 9 years ago 2

The chris21 connector will always re-retrieve an updated entity from the repository for attachment handling. The retrieval should be moved entirely within the scope of the attachment handling section to avoid this needless performance hit.

0
Answered

Where is the doco on service account requirements

Carol Wapshere 13 years ago updated by anonymous 9 years ago 2

Could someone please tell me, or point me towards, the documentation which tells me the exact requirements for the IdB service account.

0
Answered

idB5 will run MA Imports on disabled Adapters

Ryan Crossingham 9 years ago updated by anonymous 9 years ago 5

Executing an MA attached to a disabled adapter will import the last processed entity count
See screenshot attached


screen1.png
0
Completed

Bulk Update Request fails for two modifications to same entity

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

The LDAP engine is unable to process multiple modify requests to a single entity if they occur on the same page. It is simple enough to make the request handler map entity IDs to a list of requests rather than just a single request, but the real problem is merging the changes on the change report (which deals with IConnectorEntitys). Perhaps the effects of the requests should be merged at a level higher than this.

There are currently no known systems that will send requests like this, so this is not urgent.