tenant-configuration

Manage per-tenant configuration for multi-tenant identity platforms.

7|1|Updated Feb 12, 2023
One-click install
npx skills add https://github.com/hirokazu-kobayashi-koba-hiro/idp-server --skill tenant-configuration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tenant-configuration
Source: https://github.com/hirokazu-kobayashi-koba-hiro/idp-server/tree/main/.claude/skills/tenant-configuration
Command: npx skills add https://github.com/hirokazu-kobayashi-koba-hiro/idp-server --skill tenant-configuration

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? テナント設定はマルチテナント環境での認証・認可ドメインの分離と動作設定を管理する難しさを解決します。Session config、cors_config、ui_config、identity_policy、マルチテナント設計実装時に役立つ。

## Core Features & Use Cases

  • テナント種別 (ADMIN, ORGANIZER, PUBLIC) の設定分類とデータ分離を提供します。
  • session_config、cors_config、ui_config、security_event_log_config、identity_policy_config の統合的管理をサポートします。
  • Use Case: 新規テナントを作成し、共通の構成テンプレートを適用して初期設定を迅速化します。

### Quick Start Configure a new tenant using a predefined template and verify the configuration through the management API.

Frequently Asked Questions about tenant-configuration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage per-tenant configuration for a multi-tenant identity platform?

To configure multi-tenant settings safely, you apply predefined configuration templates to new tenants and verify the settings through the management API, ensuring proper data separation across tenant types.

What is the best way to isolate identity policies across different tenant types?

Isolating identity policies is achieved by classifying tenants into ADMIN, ORGANIZER, and PUBLIC types. This structured data separation ensures distinct security and configuration boundaries for each tenant type.

How do I set up session and CORS configurations for a new tenant?

Setting up session and CORS configurations involves applying a common configuration template during new tenant creation. This integrates session_config, cors_config, and ui_config management to rapidly initialize secure settings.

Does this approach support enterprise deployments needing structured tenant data models?

Yes, this approach supports enterprise deployments by satisfying requirements for structured tenant data models and policy validation. It integrates directly with management APIs to apply configurations across multiple tenant types.

Can I apply a common configuration template to speed up new tenant creation?

Yes, you can apply a predefined configuration template to new tenants to rapidly accelerate initial setup. This template standardizes session, CORS, UI, and identity policy configurations before verification via the management API.