Skip to content

Instantly share code, notes, and snippets.

@jpda
Created January 12, 2015 20:37
Show Gist options
  • Save jpda/cbcbc45313f507a19742 to your computer and use it in GitHub Desktop.
Save jpda/cbcbc45313f507a19742 to your computer and use it in GitHub Desktop.
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior>
<!-- snip -->
<bearerTokenRequired/>
</behavior>
</serviceBehaviors>
</behaviors>
<extensions>
<behaviorExtensions>
<add name="bearerTokenRequired" type="AuthenticatedService.Inspector.BearerTokenExtensionElement, AuthenticatedService.Inspector"/>
</behaviorExtensions>
</extensions>
<!-- snip -->
</system.serviceModel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment