And one more thing, what's the added value of allowing Razor views with angular in a time you have to load separately since you cannot provide a model to a razor view in this case?
Thanks
So I could use a sub-domain or append the tenant name to end of domain? something like <a class="postlink" href="http://mydomain.com/t1">http://mydomain.com/t1</a> ?
When users logs into the system, can't at that stage conclude the tenant id from the db? What has been configured before that user 1 belongs to tenant 1?
Thanks
Great thanks for your feedback.
So better I assign permissions on what data user can view/edit rather than securing dummy views.
Does the permission checking system support permissions such that if user 1 has permission 1, the user can edit the data, otherwise, user 1 can only view? Is that something baked-in, or I have to develop on top?
Thanks
Hi
I understand that this template adds an interceptor for. .cshtml files to be rendered by asp.net mvc and returned to client.
I have a question related to securing razor views.
Is there a built-in way to show/hide views based on permissions? Also even if user tries to access view by typing in url to prevent him.
I'm trying to secure my views as I have a requirement some groups can access certain views others cannot.
I appreciate your assistance.
Regards Bilal
Hello I am reading through the development guide and noticed the configuration for multitenancy applications.
Do I have to use a separate subdomain for each tenant in the application? Are there alternatives?
Thanks Bilal