We are developing mobile and web clients where we want to use Access Control Service (ACS) using OAuth 2.0 protocol. We want to make use of all 4 OAuth 2.0 flows for different types of client applications. Once the client applications receive access token from ACS, they can use it to make authenticated requests to our Web APIs.
Is there a .NET client library which provides support for interacting with ACS using OAuth 2.0 and
Supports all 4 OAuth 2.0 flows (Authorization Code Grant Flow, Implicit Grant Flow, Resource Owner Password Credentials Flow and Client Credentials Flow)
Has a built-in token cache
Supports usage of Refresh token and renews Access token using Refresh token automatically
Supports both native and web clients
ADAL.NET looked promising but has dropped the support for ACS.