SOSqlOS
DocsAPIBlogGet started

Blog

Notes on auth, hierarchical authorization, EF Core, and practical .NET application security.

Showing 1–4 of 4 posts

← PreviousPage 1 of 1Next →
March 17, 2026

Headless Auth Server Mode: Keep OAuth, Own the UI

Hosted auth pages are a great default until product teams need app-native authorize screens, experiments, and app-owned signup fields. Headless mode in SqlOS keeps the auth server in SqlOS while your app owns the UI.

OAuthAuthServerSqlOSHeadless UI
March 15, 2026

What an Authorization Server Needs for OAuth-Powered MCP Servers

If you want an MCP server to work with Emcy and other modern OAuth clients, your authorization server needs more than a token endpoint. Here is the practical checklist and how SqlOS maps to it today.

MCPOAuthAuthServerSqlOS
March 15, 2026

Row-Level Security with EF Core, SQL Server, and Table-Valued Functions

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.

Row-Level SecurityEF CoreSQL ServerTVFFGARBACAuthorization
March 1, 2026

The Developer's Guide to Hierarchical RBAC

Learn how hierarchical role-based access control works and why it's essential for modern multi-tenant applications.

RBACAuthorizationArchitecture
SqlOS
DocsBlogGitHubMIT License