Hi,
There is a conversation about this topic. Did you see it? I think, it could help you. #3115@8200fe03-0881-4e1d-8398-3c7215d85985
Hi,
Unfortunately no. Only ASP.NET Zero Core will get these features.
Hi,
There is no such feature. You need to develop it manually.
Hi,
I suggest you to read the document about multi-tenancy first. <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Multi-Tenancy">https://aspnetboilerplate.com/Pages/Doc ... ti-Tenancy</a>
Hi,
What you actually mean by "how can I build front-end view". In angular project, there are pages that are not requiring user to login (account pages). You may take them as an example.
And also, we will release a new version for ASP.NET Zero that will contain a public multipage web application. <a class="postlink" href="https://volosoft.com/whats-new-in-asp-net-boilerplate-2-1-and-asp-net-zero-4-1/">https://volosoft.com/whats-new-in-asp-n ... -zero-4-1/</a>
Hi,
It is mentioned in the document, "ASP.NET Boilerplate v2.1 has recently been released which includes important features, enhancements and bug fixes. ASP.NET Zero v4.1 is also on the way and will be released in a week. In this post, I will highlight some of the new features of both."
ASP.NET Zero v4.1 will be released in a week. After it released, you can download it.
Hi,
There is a document about this : <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Organization-Units">https://aspnetboilerplate.com/Pages/Doc ... tion-Units</a> Especially in this title, use cases is explained : <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Organization-Units#common-use-cases">https://aspnetboilerplate.com/Pages/Doc ... -use-cases</a>
And also there is a sample to demonstrate how OUs works: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/OrganizationUnitsDemo">https://github.com/aspnetboilerplate/as ... nUnitsDemo</a>
Hi,
Have you looked at the logs(Logs.txt and browser console error messages)?
Hi,
Could you please open an issue about this topic in this repository? <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core">https://github.com/aspnetzero/aspnet-zero-core</a> Then we will examine it.
Hi,
GenerateImpersonationTokenAsync method is creating a cache item for impersonation that is in this file MyCompanyName.AbpZeroTemplate.Core\Authorization\Impersonation\ImpersonationManager.cs and it's timeout is set to 1 minute.