开发者

Are there any known issues with using custom IAuthorizationPolicy implementation with WCF Service Discovery?

开发者 https://www.devze.com 2023-03-01 08:11 出处:网络
If I use my custom IAuthorizationPolicy implementation which simply adds additional claims, WCF service discovery will not work, i.e. the DiscoveryClient will not find the services. If I remove the IA

If I use my custom IAuthorizationPolicy implementation which simply adds additional claims, WCF service discovery will not work, i.e. the DiscoveryClient will not find the services. If I remove the IAuthorizationPolicy implementation, it works fine....are there any known issue开发者_如何学Cs or gotchas?

0

精彩评论

暂无评论...
验证码 换一张
取 消