Base solution for your next web application

Activities of "ismcagdas"

Hi,

The current template renders only menu with name "App", you can check [*SideBarViewComponent.cs] and Default.cshtml under "Views/Shared/[*SideBar]/".

In your other modules you can create different menus but in that case you need to change SideBarViewComponent to render all menus instead of menu with name App.

In order to embed xml files in your module, you can check the project.json in *.Core project.

Hi,

Finding the tenancy name is related to applicaiton rather than the framework. You can change the template according to your needs.

We didn't use email address's domain because in public SaaS apps, most people will use @gmail, @hotmail or similar email addresses, so we cannot identify their tenant from their email addresses.

We can make email address unique but it's not easy in database per tenant architecture. If different tenants have different databases, we need to check all tenant databases for controlling email uniqueness.

But as I said, you can play with the template according to your needs :).

Thanks, waiting for the screenshot. I couldn't offer you a solution right now.

Answer

Hi,

I'm not sure how to do that but I think you can find something on the internet. With a quick serch I have found this example <a class="postlink" href="http://stackoverflow.com/questions/8474718/listing-all-active-directory-groups">http://stackoverflow.com/questions/8474 ... ory-groups</a>.

Of course, you will need a privileged user account to search for all or some of the AD groups.

Hi,

Email activation code does not expire.

Hi,

This problem was related to single page side. Can you share your NavigationProvider class and SideBar.cshtml if you made any changes on it (If you are using ASP.NET Core version it's Default.cshtml file under Views/Shared/Components/*SideBar folder).

Thanks.

Hi,

You can use featureDependency for that. See "dependedFeature" under "Defining Permissions" here <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Authorization">http://aspnetboilerplate.com/Pages/Docu ... horization</a>

Hi,

Can you share your module's navigationProvider class ?

Hi,

Thank you for sharing the project. We will try it soon.

By the way, we are thinking of downgrading to DynamicFilters v1.14 because of this issue which is not solved in DynamicFilters v2.x yet and it seems like it's not going to be solved in a short time. <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1433">https://github.com/aspnetboilerplate/as ... ssues/1433</a>

Hi,

There is nothing build-in for doing this in AspNet Zero. You have to do it manually.

I made a quick search and found this example <a class="postlink" href="http://stackoverflow.com/questions/27769860/aspnet-identity-avoid-simultaneous-login-same-account">http://stackoverflow.com/questions/2776 ... me-account</a>

Which is also asked here <a class="postlink" href="https://github.com/aspnet/Identity/issues/308">https://github.com/aspnet/Identity/issues/308</a> and referenced implementation is here <a class="postlink" href="https://aspnet.codeplex.com/SourceControl/latest#Samples/Identity/SingleSignOutSample/SingleSignOutSample/App_Start/Startup.Auth.cs">https://aspnet.codeplex.com/SourceContr ... up.Auth.cs</a>

But I didn't try this, you can give it a try.

Showing 12051 to 12060 of 12740 entries