We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca0fcb commit 4f26bbbCopy full SHA for 4f26bbb
1 file changed
src/content/docs/identityserver/overview/big-picture.md
@@ -53,7 +53,7 @@ and is designed to be API friendly.
53
Applications have two fundamental ways with which they communicate with APIs – using the application identity,
54
or delegating the user’s identity. Sometimes both methods need to be combined.
55
56
-OAuth2 is a protocol that allows applications to request access tokens from a security token service and use them
+OAuth 2.0 is a protocol that allows applications to request access tokens from a security token service and use them
57
to communicate with APIs. This delegation reduces complexity in both the client applications and the APIs since
58
authentication and authorization can be centralized.
59
0 commit comments