You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Quickstarts/1_ClientCredentials/readme.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,9 @@
2
2
3
3
The first quickstart sets up a minimal identityserver that shows how to protect an API using the OAuth 2.0 client credentials grant.
4
4
This approach is typically used for server to server communication.
5
+
6
+
## Protecting an API using Client Credentials
7
+
8
+
The tutorial that goes along with this sample can be found here [Client Credentials](http://docs.identityserver.io/en/release/quickstarts/1_client_credentials.html)
0 commit comments