Quantcast
Channel: Service Bus forum
Viewing all articles
Browse latest Browse all 1916

Using OAuth 2.0 with Service Bus

$
0
0


 I would like to use OAuth2 with my relay service.

 Post to get the token:
https://mynamespace.accesscontrol.windows.net/v2/OAuth2-13

with success

{
  "token_type": "http://schemas.xmlsoap.org/ws/2009/11/swt-token-profile-1.0", 
   "access_token": "net.windows.servicebus.action=Listen......", 
   "expires_in": "10800", 
   "scope": "http://{mynamespace}.servicebus.windows.net/"
}
 

This header does not work still

Authorization: Bearer "net.windows.servicebus.action=Listen..."

I have
"Invalid authorization header: The request is missing WRAP authorization credentials"

 I would like to use OAuth2 not OAuth WRAP


Viewing all articles
Browse latest Browse all 1916

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>