Skip to content

Commit

Permalink
remove authZ
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jun 17, 2020
1 parent 7a1328e commit 42dfee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/Clients/src/SampleApi/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ public void Configure(IApplicationBuilder app)

app.UseEndpoints(endpoints =>
{
endpoints.MapControllers()
.RequireAuthorization("scope");
endpoints.MapControllers();

});
}
}
Expand Down

0 comments on commit 42dfee0

Please sign in to comment.