Search code examples
azurequeueservicebus

Send to Service Bus Queue with Windows?


I know & can send messages to service bus queue using shared secret token, however now I want to send to the same queue using windows credential. How can I do that?

I have already added ADFSv2 to ACS .

Thanks,

Umang Parikh


Solution

  • In order to do so, you need to first obtain a claim token(SAML) from ADFS. Once you have the SAML token, you can use the token to access your Service Bus namespace. Very nice article that explain in details with code example can be found here :

    http://msdn.microsoft.com/en-us/library/windowsazure/jj136813.aspx