Re: Question about Authorization Manager




Yup, and this helps narrow down the problem considerably. ;) Does your version of AzManAuthorizationProvider.cs contain a method named GetTaskOperations? If so, you'll probably find that it only returns operations that are direct children of the specified task. What you'll need to do is change the method to operate recursively on the specified task so that operations are returned from any number of levels of nested tasks. If you need help with the implementation details, please post a copy of your version of the method since it may differ from those in later EntLib releases.


Exactly. I am already modifying the block code to operate on tasks recursively, essentially the GetTaskOperations method as you mentioned. In a nutshell this entire thread was a result of the Ent Lib block not treating tasks as having the ability to be hierarchical.

Take Care


John Parrish
.