Base solution for your next web application

Activities of "mobility"

Hello

is it possible to configure the asp.net zero portal to enable multi-tenancy and SSO from different AzureADs?

We are developing a solution for our client who is a service provider. He offers a portal for his customers so that they can get information about their products etc.

So far, we implemented the solution using the multi-tenancy feature so each customer uses his own tenant. Each user has to login with tenant, username and password.

We are asked to add the possibility to login using the customer's AzureAD or ADFS to authenticate a user. So we need to configure more than one AzureAD.

Our questions are:

  1. Does this work out of the box ?
  2. Is this feature already on the road map
  3. when will it be released
  4. What has to be configured in appsettings
  5. What are the steps to perform (which files / classes / methods) have to be changed

We are using asp.net zero 6.7.0 with asp.net core and angular.

any help would be appreciated.

many thanks in advance

kai

sure

please find the request at: https://github.com/aspnetzero/aspnet-zero-core/issues/2286

Hi folks

for testing different szenarios we had to create many tenants with some accounts each. To make life easier, I use the linked account feature to switch user accounts.

unfortunately the sort feature is kind of wired.

if you have a large list (e.g. more than 5 or 10) linked accounts it's getting confusing, because the sort ignores the tenant name. The table gets sorted by account name but the field is displayed as tenant name\account name.

so the accounts of one tenant are spread across the rows as shown in this (anonymized) example :

h-tenant1\achim s-tenant1\admin h-tenant2\admin h-tenant3\admin h-tenant1\admin s-tenant1\federico s-tenant1\j. h-tenant2\ma h-tenant1\sabrina h-tenant2\sf s-tenant1\sy h-tenant2\tb h-tenant2\ur

this sort order makes it difficult to find the account of a specific tenant, e.g. h-tenant3\admin.

I would expect a list like this:

h-tenant1\achim h-tenant1\admin h-tenant1\sabrina h-tenant2\admin h-tenant2\ma h-tenant2\sf h-tenant2\tb h-tenant2\ur h-tenant3\admin s-tenant1\admin s-tenant1\federico s-tenant1\j. s-tenant1\sy

Could you please fix this sort behaviour so the list gets sorted by (tenant\account) ?

We could implement this by ourself but I think this is a general feature so everyone should benefit

thanks kai

Hi guys

we found the following bug in the admin portal:

following situation: host admin logs into admin portal he navigates to administration - users and activates the option "Should change password on next login" of a user.

if this user tries to logon the next time with his credentials, he can't.

after he entered his credentials the page fades out and in the foreground the waiting circle is circling around . in the background you can see the change password page but the user is not able to enter any values.

the user has to restart the application (refreh the browser by hitting f5)

we are using asp.net zero v6.7.0 asp.net core + angular

As I'm new to the forum and git: where would you like us to post errors / issues ?

kai

Showing 1 to 4 of 4 entries