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
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.