servicebus - Use oauth token provider through configuration -


is there way configure oauth access behaviour in wcf configuration? can not make work. easy in connection strings in console app, being nightmare in wcf configuration.

 <behavior name="securitybehaviorsts">            <transportclientendpointbehavior>             <tokenprovider>               <windowsauthentication>                 <stsuris>                   <stsuri value="https://url:9355/servicebusdefaultnamespace/$sts/oauth/" />                 </stsuris>               </windowsauthentication>             </tokenprovider>           </transportclientendpointbehavior>         </behavior> 

thanks


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -