Go to file
ENG KEONG DAVID LEE 6bda705a09
sample that shows how we can implement additional authorization requirements with an external authorization service (#104)
* sample impl to invoke an ext authz service

* remove disclaimer

* remove have an issue section in readme

* remove gitignore per code review

* remove template generated comments per code review

* use minimal api based on dotnet new behavior

* use file scoped namespaces

Co-authored-by: David Lee <leedavid@microsoft.com>
2022-11-03 14:52:59 -10:00
common Create stub.txt 2022-10-05 09:40:19 -10:00
fundamentals Update Program.cs (#105) 2022-10-31 12:43:58 -10:00
mvc New MVC ActionReturnTypes sample project (#81) 2022-09-30 12:51:40 -10:00
samples/aspnetcore-authz-with-ext-authz-service sample that shows how we can implement additional authorization requirements with an external authorization service (#104) 2022-11-03 14:52:59 -10:00
signalr/hubs/samples/6.x/SignalRHubsSample Update ChatHub.cs (#6) 2022-07-15 10:23:10 -10:00
test/integration-tests/IntegrationTestsSample rename startup to program (#90) 2022-10-07 14:22:07 -10:00
tutorials Merge pull request #98 from alexwolfmsft/fix-app-settings 2022-10-12 13:38:50 -04:00
.editorconfig Add .editorconfig and remove now-excluded files 2022-04-01 11:14:07 +01:00
.gitattributes Add .editorconfig and remove now-excluded files 2022-04-01 11:14:07 +01:00
.gitignore Update .gitignore (#87) 2022-10-04 14:14:27 -10:00
CODE-OF-CONDUCT.md Create CODE-OF-CONDUCT.md 2022-02-04 11:20:26 -10:00