We want same username and password for user across all tenants.
Linked users is not what we want.
How/what would be best approach to ensure a single identity per user across all tenants.
6 Answer(s)
-
0
Hi @Mdonogma,
This is not supported by AspNet Zero. We don't have any suggestion about this, you need to develop your custom solution.
Thanks.
-
0
<cite>ismcagdas: </cite> Hi @Mdonogma,
This is not supported by AspNet Zero. We don't have any suggestion about this, you need to develop your custom solution.
Thanks.
so what is the point of identity server 4 integration?
-
0
IdentityServer4 is an OAuth 2.0 Framework to provide authentication as a middleware service. It is designed to support authentication across multiple applications, not a single application with multiple tenants.
You can learn more about IdentityServer4 here:
[https://identityserver4.readthedocs.io/en/release/intro/terminology.html])
-
0
So is identity server built into new projects or do I need to creat a seperate identity server install then link aspzero template to the identity server using the app. Json settings file.
-
0
Scott Brady wrote up a pretty good overview of how IdentityServer4 can be set up for a more advanced configuration here:
[https://www.scottbrady91.com/Identity-Server/Getting-Started-with-IdentityServer-4])
-
0
Hi @Mdonogma,
Your use case is not related to IdentityServer, at least I think like that. I assume you want to create a single user who can access more than one tenant's data and it is not a host user, right ? If so, AspNet Zero does not support this by default.
Thanks.