Hi
I am struggling a bit on security of Service Bus for Windows Server 1.1.
My configuration needs to be: Service Bus installed on a VM in a data centre, with no Active Directory or Domain.
Clients connecting to the SB from multiple machines.
Clients will want to subscribe to a Topic, and write to a different Queue.
I was thinking that I need to use SAS authentication. Is this right?
If I use SAS do I need to export the Certificate from the SB machine and import it in to EACH client?
Is there a security mechanism available where by I can use some sort of username / password or shared secret to enable the clients to connect to the SB.
The Clients will not need to create an queue's, just read from or write to existing queues.
Thanks for your help
Graham