I’m trying to implement authorization as Seroter described here (Service Authorization section). I’ve GAC’ed the library, changed machine.config and able to pick the custom behavior in Select Behavior Extension dialog. But I can’t set the ‘WindowsGroup’ value, it gives me “Object reference not set to an instance of an object” and I can’t figure why. Did anybody implement service authorization?
I’m trying to implement authorization as Seroter described here (Service Authorization section). I’ve GAC’ed
Share
Finally solved this problem.
I don’t know why Seroter’s solution works without ctor where one should add “windowsgroup” property to the base collection of properties.