diff --git a/docs/features/authentication.rst b/docs/features/authentication.rst index 745440ea7..2ab0b11d6 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";