Quantcast
Channel: IdentityModel – leastprivilege.com
Viewing all articles
Browse latest Browse all 204

WCF and Identity in .NET 4.5: Windows Authentication

$
0
0
overview scenarios accessing claims To host a service using integrated Windows authentication I use this configuration: <system.serviceModel>     <services>         <service name=“Common.ClaimsService“>         <endpoint address=“windowstransport“                   binding=“netHttpBinding“                   contract=“Common.IClaimsService“ />       </service>     </services>       <bindings>       <netHttpBinding> … Continue reading

Viewing all articles
Browse latest Browse all 204