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
Identity.OAuth2.ClientCredentials is a utility to retrieve access token from OAuth2.0 Server or Security Token Service (STS) using Client Credentials grant type.
The implementation is done using .NET Standard, so NuGet package supports both .NET Framework and .NET Core applications.
Features
Easy setup
Access Token caching
Auto renewal upon expiry
Getting Started
Install the standard Nuget package into your application.