Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Quickstart #1: Securing an API using Client Credentials

The first quickstart sets up a minimal identityserver that shows how to protect an API using the OAuth 2.0 client credentials grant. This approach is typically used for server to server communication.

Tutorial

The tutorial that goes along with this sample can be found here Client Credentials