From 85efcf0787f9100b1f112701287bf74381f94686 Mon Sep 17 00:00:00 2001 From: Lee Kah Wai Date: Thu, 5 Jul 2018 13:57:08 +0800 Subject: [PATCH] Update authentication.rst (#449) Cannot assign lambda expression to an implicity-typed variable --- docs/features/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/authentication.rst b/docs/features/authentication.rst index 745440ea..2ab0b11d 100644 --- a/docs/features/authentication.rst +++ b/docs/features/authentication.rst @@ -100,7 +100,7 @@ In order to use IdentityServer bearer tokens register your IdentityServer servic public void ConfigureServices(IServiceCollection services) { var authenticationProviderKey = "TestKey"; - var options = o => + Action options = o => { o.Authority = "https://whereyouridentityserverlives.com"; o.ApiName = "api";