1
0
forked from baron/baron-sso

외부 IdP 연동 관리 API 기능 구현

This commit is contained in:
2026-01-28 17:47:56 +09:00
parent f6c7021fda
commit a52ec3b9f8
4 changed files with 232 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ func migrateSchemas(db *gorm.DB) error {
&domain.User{},
&domain.Tenant{},
&domain.ApiKey{},
&domain.IdentityProviderConfig{},
// &domain.RelyingParty{}, // TODO: Uncomment when model is ready
// &domain.UserConsent{}, // TODO: Uncomment when model is ready
)