functions-authorize
functions-authorize copied to clipboard
An ASP.NET Core based authentication and authorization middleware for HTTP triggered Azure Functions (In-Proc and Isolated)
In some scenarios we would like to create initialize workflows by allowing users to reach HTTP triggers. We need users to authenticate before reaching these endpoints and ensure they meet...
This is more of a question than an issue: Is it possible to complete an openid connect authorization_code flow? I tried it but getting 404 in /signin-oidc.
It has been reported that in some cases when only specifying `[HttpTrigger(params string[])]` would not make the function anonymously available. Functions built-in authorization levels are disabled locally and you might...
This implementation will give you lower memory allocations.
We have been using Darkloop and FunctionAuthorize for a long time. A few days back this just stopped working totally when we are deploying new versions of our code (no...
Hi, Now that a stable version of .NET 8 for in-process azure functions is out, we are updating everything to this version. Everything seems to work, except when using AAD...
We are using f# and Darkloop extension and this works very nicely with Azure functions in process mode. We are now moving over to dotnet 8 and isolated but this...
Currently we are doing JWT authentication in .NET 8 function app but after deployment i am getting runtime error due to functionAuthorize tag. Can you please provide me one sample...
We are encountering an issue where our Azure Functions do not appear in the Azure Portal's Function App Functions list when we apply the [FunctionAuthorize] attribute from the DarkLoop.Azure.Functions.Authorize package...
this PR: - splits the UseMiddleware call for FunctionsAuthorize into two parts so ClaimsEnrichment middleware can be implemented between AuthN and AuthZ