Skip to content

Commit

Permalink
Merge pull request #371 from AhmedTurky75/patch-1
Browse files Browse the repository at this point in the history
Update authorization.md - Missed parentheses
  • Loading branch information
brockallen authored Nov 13, 2023
2 parents 61661f1 + cac4aca commit ad6a20e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void ConfigureServices(IServiceCollection services)
services.AddAuthorization(options =>
{
options.AddPolicy("read_access", policy =>
policy.RequireClaim("scope", "read");
policy.RequireClaim("scope", "read"));
});
}
```
Expand Down

0 comments on commit ad6a20e

Please sign in to comment.