Hi All,
I am currently in the process of extending my Silverlight application (which uses Devforce) to also include a simplifed HTML5/JQuery version. I noticed that it is quite simple to enable OData on the server side which I did and tested working fine, but now I have hit a problem which I do not know how to solve.
At the minute the silverlight app authenticates and after authentication uses a key specific to the user to identify what database to connect to. This key is passed into Devforce (as a KeyExtension) when creating the datasource which is used on the server side in a custom IDataSourceKeyResolver.
I already know that the IDataSourceKeyResolver is being called when querying the OData feed but the keyExtnesion is blank. The problem I have is how to pass this key into the OData feed so that the keyExtension is specified.
Any help would be greatly appreciated
Thanks in advance
Mark