0
dipak.z created
- ABP Framework version: v8.0.2
- UI Type:MVC
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
- I want like if user subscribe in website then create tenant for that user's organization for specify time depends on package with specify max users creation for tenant. how can i do that? because tenant specific apis are permission based. i dont want to give that to user i want on successful payment for subscription
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
hi
You can use the
TenantManager/ITenantAppServiceto create a new tenant and then useIFeatureManagerto set some features/editions for it.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)