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? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -