AzureFunctionsOpenIDConnectAuthSample icon indicating copy to clipboard operation
AzureFunctionsOpenIDConnectAuthSample copied to clipboard

A sample that shows how to protect access to an API implemented as an HTTP triggered Azure Function where the authorization server supports OpenID Connect (OIDC) protocols.

Results 3 AzureFunctionsOpenIDConnectAuthSample issues
Sort by recently updated
recently updated
newest added

Hi @bryanknox , excellent work on this. I saw an issue raised to create a Nuget package for this, which will be awesome! Before publishing could you make the package...

Hi, It's not an issue. It's just a quick thank you for your great work! This repo saves me a few h of my work time. Cheers and grab a...

Use `FunctionsPreservedDependencies` instead of `_FunctionsSkipCleanOutput` to resolve "Could not load file or assembly" errors. For some info about `FunctionsPreservedDependencies`, see: https://docs.microsoft.com/en-us/azure/azure-functions/functions-develop-vs#configure-your-build-output-settings This approach is a possible means to address Issue:...