A lot of documentation I'm finding is obviously for Azure and it all presupposes you have a shared secret rather than the way that WSB handles it for you via the STS. Is it possible to derive the shared secret (maybe out of an OAuthToken?) for WSB?
For instance, CloudFx requires the Issuer and IssuerSecret when constructing a ServiceBusEndpointInfo. The ServiceBusExplorer sample (that came with the Windows Service Bus samples) also, when you actually run it, requires the Issuer and IssuerSecret. So when WSB is seamlessly handling all the security for me via the STS, how do i get (or derive) the shared secret that seems to be everywhere in Azure Service Bus?
Or am I getting this all hideously wrong and need to go read up some more on the STS?!
thanks,
justin