Skip to content

Commit

Permalink
Update authentication.rst (ThreeMammals#449)
Browse files Browse the repository at this point in the history
Cannot assign lambda expression to an implicity-typed variable
  • Loading branch information
kahwai1984 authored and TomPallister committed Jul 5, 2018
1 parent 8029d07 commit 85efcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<IdentityServerAuthenticationOptions> options = o =>
{
o.Authority = "https://whereyouridentityserverlives.com";
o.ApiName = "api";
Expand Down

0 comments on commit 85efcf0

Please sign in to comment.