I intend to use the NetTcpRelayBinding with Windows Service Bus, but I need the ability to add users from directories that I don't control.
I've looked at the ServiceBus documentation for Windows Server, and I'm unsure if I can use shared access signatures with the federation abilities of ACS, or if I can use Active Directory Federation Services to accomplish this using Windows Credentials.
I looked at Azure Active Directory, and it appears that there is nothing I can do with AAD and ServiceBus for Windows Server (please correct me if I'm wrong)
Question
How can I add/remove authorized users to a local Windows Service Bus when they are primarily using the NetTcpRelayBinding? (not queues or topics)