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
Copy file name to clipboardExpand all lines: README.md
+45-3
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,14 @@ Azure Functions using v3 or V4 runtime and of course an identity provider (e.g.
15
15
16
16
## How to use it
17
17
18
-
Add AzureFunctions.Extensions.OpenIDConnect NuGet package to your Azure Functions project.
18
+
AzureFunctions.Extensions.OpenIDConnect support [In-Process and Isolated](https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide#differences-with-net-class-library-functions) azure functions hosting
19
+
and brings the same features set. Be sure to use the nuget package according to your hosting choice.
Now that everything is configured, you can decorate your http-triggered functions with the well known [Authorize](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authorization.authorizeattribute?view=aspnetcore-3.1) attribute as follows:
0 commit comments