Merge pull request #178 from dapr/typo

Fixing the typos in middleware sample readme
This commit is contained in:
Shalabh Mohan Shrivastava 2020-04-01 12:42:34 -07:00 committed by GitHub
commit d299b34281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# OAuth Authorization
This tutorial walks you through the steps of setting up the OAuth middleware to enable OAuth authorization on a Web API without modifying the application. This design seprates authentication/authorization concerns from the application, so that application operators can adopt and configure authentication/athorization providers without impacting the application code.
This tutorial walks you through the steps of setting up the OAuth middleware to enable OAuth authorization on a Web API without modifying the application. This design separates authentication/authorization concerns from the application, so that application operators can adopt and configure authentication/authorization providers without impacting the application code.
![Architecture Diagram](./img/Architecture_Diagram.png)