Skip to content

Commit

Permalink
Merge pull request IdentityServer#5315 from IdentityServer/revert-531…
Browse files Browse the repository at this point in the history
…4-patch-1

Revert "Wording fix in docs"
  • Loading branch information
brockallen authored Jul 27, 2021
2 parents a2ac404 + de40849 commit 13b51f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ How IdentityServer4 can help
IdentityServer is middleware that adds the spec compliant OpenID Connect and OAuth 2.0 endpoints to an arbitrary ASP.NET Core application.

Typically, you build (or re-use) an application that contains a login and logout page (and maybe consent - depending on your needs),
and the IdentityServer middleware adds the necessary protocol headers to it, so that client applications can talk to it using those standard protocols.
and the IdentityServer middleware adds the necessary protocol heads to it, so that client applications can talk to it using those standard protocols.

.. image:: images/middleware.png

Expand Down

0 comments on commit 13b51f2

Please sign in to comment.