zipped folder size is 173MB, How can I send through email?
You can use one drive or google drive.
abp new Tasconnect.AzureAD -csf --tiered -dbms PostgreSQL --ui angular --separate-auth-server --version 7.0.0 Angular app generated through this command is not running (Dotnet core is running).
I tried it and it worked for me
Can you share the project with me? shiwei.liang@volosoft.com
Hi,
Yes, If there is a project dependency, then it is required
do u think just sharing the web (UI) project works for you to replicate the issue?
No, it's not enough.
It has couple of dependent projects
Did you also upgrade the dependent projects?
Hi,
Could you share a project that can reproduce the problem? shiwei.liang@volosoft.com I will check it.
Hi,
There are many ways to determine the current tenant:
The easiest way is to use the tenant-switching dialog on the login page
This way, the login URL has not changed
You can also use the query string:
For example, the tenant name is testTenant and the login URL is https://localhost:33341/account/login?__tenant=testTenant
Maybe you would like to use the sub-domain: https://docs.abp.io/en/abp/latest/Multi-Tenancy#domain-subdomain-tenant-resolver
In this way, the URL should be https://testTenant.localhost:33341/account/login
And we have an example: https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver
So, back to your question
you can use any way you want, it's up to you. that's why I gave you the link to the document before.
Hi,
I can't reproduce the problem with your steps
is Azure AD Integration works with ABP 4.3.1 Framework (Separate Identity Server/)?
Yes, it should work.
Hi,
You should make sure all abp packages upgrade to 7.1.1
BTW, ABP 7.1.1 is based on NET 7.0, you need to also upgrade all Microsoft's packages.
You can check the migration guide: https://docs.abp.io/en/commercial/latest/migration-guides/index
When you done, please run dotnet clean & dotnet build command.
Hi,
It looks like a different thing.
Zendesk is a software product, but ABP is a development framework.
You can consider using multiple environments or you need to develop the sandbox function yourself.