data-api-builder-auth
Select a Data API Builder authentication pattern and wire roles, permissions, policies, and SQL RLS correctly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Select a Data API Builder authentication pattern and wire roles, permissions, policies, and SQL RLS correctly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run SQL Commander as a companion container for browser-based SQL access, with optional Azure Container Apps configuration.
Orchestrate SQL Server and Data API Builder with .NET Aspire for local development, health-aware startup, and dashboard-driven diagnostics.
Add MCP Inspector to .NET Aspire AppHost for local SQL MCP Server validation and tool discovery.
Add SQL Commander to .NET Aspire for lightweight SQL browsing and query execution during local DAB development.
Use SQL Database Projects (.sqlproj) with .NET Aspire for declarative schema deployment via dacpac.
Deploy Data API Builder and SQL MCP Server to Azure App Service for Linux, with or without containers.
| name | data-api-builder-auth |
| description | Select a Data API Builder authentication pattern and wire roles, permissions, policies, and SQL RLS correctly. |
| license | MIT |
runtime.host.authentication, entity permissions, or role headers.Unauthenticated, EntraID/AzureAD, Custom, AppService, StaticWebApps, or dev-only Simulator.EntraID/AzureAD, Custom), set jwt.audience and jwt.issuer; platform providers don't use JWT settings.permissions: [{ role, actions: [...] }]; actions are create, read, update, delete, execute, or *.Anonymous/Authenticated system roles or custom roles from the user's roles claim; clients select custom roles with X-MS-API-ROLE.policy.database for read/update/delete, or SQL Server RLS with SESSION_CONTEXT for database-enforced filtering.Unauthenticated always runs as Anonymous; it doesn't activate Authenticated, custom roles, or claims.Simulator requires development mode and doesn't validate tokens or provide arbitrary claims.@item.<field> and @claims.<claim>; missing claims return 403.create, execute, Cosmos DB for NoSQL, or stored procedure predicates.SESSION_CONTEXT requires data-source options.set-session-context: true and disables response caching.data-api-builder-auth-masterydata-api-builder-rls-policiesdata-api-builder-config