Is there some trick to give an implementation of IValidator
access to the identity/claims of the user that triggered the data change? The OperationContext
has that info, but the ValidationContext
doesn’t. I was hoping there might be some interface the validator could get a dependency on.
There is nothing right now. Sorry.