New to ServiceStack,
I have an issue where a couple of datasets are added via the AutoQueryDataFeature and I want to add ActiveDirectory authorization on them.
I see that for endpoints that inherit from Service its as easy as decorating the functions with [RequiresAnyRole] but I can’t figure out how to do the same with the Search and Suggest endpoints that are not implemented the same way. I am assuming that the Search and Suggest endpoints are built into ServiceStack.
Any help is appreciated.
Thanks!