IdentityServer / IdentityServer3.Admin.EntityFramework

Apache License 2.0
12 stars 30 forks source link

Securing Admin App #22

Closed a2dude closed 8 years ago

a2dude commented 8 years ago

I'm looking for best practice guidance wrt securing the admin app in a production environment. Any pointers?

It occurs to me that I can run a single instance of the admin app and manage multiple different environments by mapping each environment to a different path. Is this practical or wise?

madhavabhyankar commented 8 years ago

I think this question should be posted on "https://github.com/IdentityServer/IdentityServer3.Admin".