Microsoft.AspNetCore.Authorization attributtes
Hi, this not really an issue per se. But I had a look at this while trying to use JWT bearer authorization independently of the azure platform. It was nice to come across (albeit hacky as you point out) the reflection snippets in the FunctionContextExtension.
I did end up making a slightly different authorization middleware that make use of IAuthorizationService - I forked and made some changes https://github.com/kjartab/IsolatedFunctionsAuthentication, have a look if you're interested!
@kjartab why did you remove your repo?
Hi, I was cleaning up my github repositories and removed the fork and changes. Was there something in particular you were wondering about?