We have a Webservice that fetches some values through sdata.
At the current state I'm firering SDataResourceCollectionRequest that needs a SDataService instance.
That SDataService needs the url, username and password.
At the moment these credentials are stored in the web.config. This is working but it's not nice and not very secure, too.
The whole rest (SlxClient, SData / Desktop Manager) SLX System uses the Windows Authentication and is working fine. I know, that it's possible to use SData Service with Signle Sign On, but eventually not supported. But how do I do that?