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
Post a Comment