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
Answered

Hostname for embedded web server is not being applied.

Tony Sheehy 13 years ago updated by anonymous 10 years ago 9

An Identity Broker instance configured with a custom host-name cannot be connected to, using that same host-name.

0
Fixed

Identity Broker for Dynamics CRM - Annotations Connector filters and timeout

Ryan Crossingham 12 years ago in UNIFYBroker/Microsoft Dynamics CRM updated by anonymous 10 years ago 15

Due to annotation fields, namely documentbody being HUGE after (i assume) base64 encode. We are currently experiencing timeouts on this connector. Are we able to add a configurable timeout on connectors? I believe its currently set for 2min..

Additionally - annotation contains every attachment available in Dynamics CRM. NZ Parli is only interested a mimetype of image/pjpeg and a subject of "Example" or contains "Exa". Are we able to add filters to the connectors?

0
Fixed

chris21 connector should throw an error if schema discovery is attempted on non-existent form

Matthew Clark 13 years ago in UNIFYBroker/Frontier ichris/chris21 updated by anonymous 10 years ago 7

Chris21 schema discovery returns no schema if a form doesn't exist. It should instead error that the form could not be found.

0
Fixed

Cannot add adapters to adapter groups

Tony Sheehy 13 years ago updated by anonymous 10 years ago 2

Opening the update adapter groups pages errors with:

System.InvalidCastException: Unable to cast object of type 'System.Collections.Generic.List`1[Unify.Product.IdentityBroker.BasicAdapterRemotingConfiguration]' to type 'System.Collections.Generic.IList`1[Unify.Product.IdentityBroker.IBasicAdapterRemotingConfiguration]'.
at Unify.Connect.Web.GroupController.UpdateAdapterGroupAdapters(Guid groupId) in c:\workspaces\IdentityBroker\Source\Studio\Unify.Connect.Web\Controllers\GroupController.cs:line 365
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
0
Fixed

Membership list multivalue doesn't display DN generator

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

The Membership List Multivalue transformation doesn't provide a DN generator link as it should.

EDIT: Only the "Membership List" transformation is displaying a DN generator link.

0
Fixed

Non-integer valuetypes should be converted to string in XMA

Tony Sheehy 13 years ago in UNIFYBroker/Microsoft Identity Manager updated by anonymous 10 years ago 1

Decimal and Single values are registered as Numeric values in FIM, but floating point values are not supported by the Numeric valuetype - this results in errors on FIM full imports; namely:

'invalid-numeric-value'

0
Completed

Service process runs after service stopped

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

The Identity Broker service process continues to run for up to 10-15 seconds after the services window says the service has stopped.

0
Fixed

Changes entity search hitting the 2100 parameter limit (sql-server)

Tony Sheehy 13 years ago updated by anonymous 10 years ago 19

The changes entity search uses Contains, which can result in hitting the 2100 parameter-limit for the entity ids to be matched.

0
Fixed

Login failed when installing the software Error:1385

Peter Wass 13 years ago updated by anonymous 10 years ago 7

When installing the software you get an error:
Login failed with error: 1385

The issue is that the account doesn't have logon as a service rights to the server.

Is it possible to grant that right if it doesn't exist? If not, can you trap that particular error and report the true cause as the account is fine and it'll drive the normals nuts.

0
Fixed

IdB4: Cannot delete last adapter of a composite adapter

Peter Wass 13 years ago updated by anonymous 10 years ago 4

I have demoted a connector out of a composite adapter. I am now trying to delete the other adapter that is part of the composite (the connector was deleted so I don't want it).

The product accepts it and returns you to the main page. However, if you then click on the composite adapter again it displays the 'deleted' connector. it should either tell you you can't do it, or do it and perhaps delete the composite as well (with a warning).