From 425ff0d52ccc611051b72068901d4e8f2da1fcdb Mon Sep 17 00:00:00 2001 From: Bon Cyrus Macalindong Date: Fri, 5 Apr 2024 23:13:26 -0300 Subject: [PATCH] Update README.md --- src/isolated/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isolated/README.md b/src/isolated/README.md index b0440b0..78240e3 100644 --- a/src/isolated/README.md +++ b/src/isolated/README.md @@ -27,7 +27,7 @@ var host = new HostBuilder() .ConfigureServices(services => { services - .AddFunctionsAuthenticationation(JwtBearerDefaults.AuthenticationScheme) + .AddFunctionsAuthentication(JwtBearerDefaults.AuthenticationScheme) .AddJwtBearer(options => { options.Authority = "https://login.microsoftonline.com/your-tenant-id";