Can anyone suggest which extensibility point i should use if i want to execute my code before the serviceAuthorization’s CheckAccess method get called.
I tried with a custom Service behavior, that adds message inspectors, but they get called after the authorization…
many thanks
I would try creating a custom ServiceAuthorization class and overriding the CheckAccessCore-method.
Now configure your web.config to use this ServiceAuthorization class: