drcrook1 / BioInformatics

Launching point for building your own scientific bio informatics cross platform collection and analysis projects.
MIT License
3 stars 2 forks source link

Consolidate Security Across Web Applications #14

Open drcrook1 opened 8 years ago

drcrook1 commented 8 years ago

BioInfo.Web.ApplicationApi BioInfo.Web.ExternalWeb BioInfo.Web.AdminWeb

Should use token based authentication and enable CORS for all. HTTPS must be enforced.

drcrook1 commented 8 years ago

Use this instead: https://github.com/IdentityServer/IdentityServer3