Missing ending parentheses in AddAuthorization example code (#3374)
parent
b0e5fa8c9f
commit
c42fe12bea
|
@ -94,7 +94,7 @@ public void ConfigureServices(IServiceCollection services)
|
||||||
{
|
{
|
||||||
options.AddPolicy("Founders", policy =>
|
options.AddPolicy("Founders", policy =>
|
||||||
policy.RequireClaim("EmployeeNumber", "1", "2", "3", "4", "5"));
|
policy.RequireClaim("EmployeeNumber", "1", "2", "3", "4", "5"));
|
||||||
}
|
});
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue