SDK Quickstarts
Quickstart — .NET (Authaz.Sdk)
Authaz.Sdk is the typed .NET client for the Authaz Management API — list users, manage roles, send invitations, run authorization checks, query audit logs.
It's not a Authaz Sign-In SDK. End-user authentication in your .NET web app should still go through the standard OAuth 2.0 + PKCE flow (any OIDC library works); use Authaz.Sdk when your server needs to do management work. About 5 minutes.
Prerequisites#
- .NET 8 or 9.
- A Management API key. New to Authaz? Set up your app in 60 seconds — the Management API Key lives in Settings → API Keys. Store it as
AUTHAZ__APIKEYin your secrets / environment / configuration.