You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: