We're looking at using an ASP.NET Zero project as a central Identity Server for other projects. We have the latest one (8) with Core/Angular as separate projects.
We're unable to locate the discovery document in the running applicatoin, and the links/images from the following link aren't working:
https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Infrastructure-Core-Angular-Identity-Server4-Integration#testing-with-client
Can we get some guidance?
Thanks, //mac
We're intending to use our first instance of ANZ to manage tenants and their applications that are separate from this instance. This means we want to be able to view tenants, manage their subscriptions, etc. But we don't want this instance to be multi-tenant.
From what I can tell, to do this, we'll need to enable the tenant management screens, but disable any form of actual multi-tenancy (such as separate databases, etc.)
What should we look at for that?
Thanks, //mac
Hi,
We are about to begin our first new application with ASP.NET Zero and are really excited!
We have a series of non-production environments that we need the code to go through (Dev Test, QA, etc.) before we release to production.
Is there anything specific we need to do to support that?
Thanks, //mac