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