Integrate white-label authentication in minutes. Explore guides, the REST API reference, and first-class SDKs for .NET, Python, JavaScript, and PHP.
using IdServer.Client.Middleware; builder.Services.AddIdServerAuth(o => { o.Authority = "https://api.signward.com"; o.ClientId = "YOUR_CLIENT_ID"; o.Scopes = "openid profile email roles"; }); app.UseIdServerAuth();
Follow the getting started guide to sign up, create your first tenant, and protect your first API.
Full REST API: OIDC discovery, token issuance, user management, webhooks, and compliance.
Drop-in client libraries for .NET, Python, JavaScript, and PHP. A NuGet, pip, npm, or Composer install away.
Validate Signward access tokens in your ASP.NET Core or FastAPI backend. JWKS, audience check, role policies.
Subscribe your backend to signup, login, and billing events. HMAC-signed deliveries with retry and backoff.