Headless Auth Server Mode: Keep OAuth, Own the UI
Hosted login is the fast default. When you need your own authorize UI, SqlOS headless keeps OAuth in SqlOS and the pixels in your app.
OAuthAuthServerSqlOSHeadless UI
Notes on auth, hierarchical authorization, EF Core, and practical .NET application security.
Hosted login is the fast default. When you need your own authorize UI, SqlOS headless keeps OAuth in SqlOS and the pixels in your app.
If you want an MCP server to work with modern OAuth clients, your authorization server needs more than a token endpoint. Here is the practical checklist and how SqlOS maps to it today.
How to implement database-level row-level security in .NET using SQL Server TVFs composed into EF Core LINQ queries — no post-load filtering, no external service calls.
Learn how hierarchical role-based access control works and why it's essential for modern multi-tenant applications.