I think @portx-dev was asking you to develop it as a feature of the Abp Commercial version :-)
yes, I want to add webhook for Abp Commercial version!
I don’t really understand what I should do from your sent document.
Btw, I'll explain what I did.
I am using Adp commercial, and I use Abp Suite to create a new solution with Template type is “Application template”, UI framework is “Blazor Server”. After that, I created a tenant in the local environment as mentioned above, now I would like to log in to that tenant and use it, so I would like to know the login URL. Please tell me the login URL etc.
thx
Thank you very much.
Here are the points I still have questions about
∙ I was wondering what language to use for development. However, if we are developing on ABP Commercial, I thought C# and Angularjs would be easier to develop in, am I wrong? For example, [golang + react on ABP Commercial] would be fine?
・When using ASP.NET Zero, what use cases are RDB and MongoDB suitable for each? -I understand the difference between NoSQL and RDB.
・I understood that MongoDB and RDB can be used at the same time. Are the following examples correct? -user data : RDB -CRUD pages data : MongoDB
Are you talking about the API URL? you can open the swagger page to check it /swagger.
No, I mean the web application's login URL of created tenant.
Thank you very much.
I will explain the use case again.
There is a case where an end-user wants to test a configuration in a test environment in order to change it in the production environment.
Example of zendesk: https://support.zendesk.com/hc/en-us/articles/4408828617370-Testing-changes-in-your-standard-sandbox-
The requirements are as follows (This is possible with zendesk. ・Two tenants will be provided like a.xxxx.cloud , a-test.xxxx.cloud ・Data in a.xxxx.cloud can be copied to a-test.xxxx.cloud at any time.
Can I do ?
Yes, I have the following understanding.
a.xxxx.com = rei_okawara@portx.team b.xxxx.com = rei_okawara@portx.team c.xxxx.com = rei_okawara@portx.team
I also understand that each has the same information but is a different user.
In that case, it would be tedious to log in for each tenant. My ideal would be as follows, is it possible to achieve each of these?
once I log in to any tenant, I can use a pull down to switch tenants.
be able to SSO from ABP Commercial's IdP to each tenant
third party IdPs can SSO to each tenant.
Thank you very much. I understood that your idea is user provisioning.
Is there a way to SSO each tenant?
Examples are https://support.zendesk.com/hc/en-us/articles/4408829476378-Setting-up-multiple-brands
zendesk allows multiple subdomains (brand) to be created within one contract.