Microservices Security Resources
The new hype in Enterprise architectures are "micro-services". The concept to build distributed systems from many small, independent building blocks that are accessible through REST APIs is not new. The rise of container architecture where you can realistically start the whole operating system very quickly to just serve a method call.
When you start thinking about building such a solution, or at least demo, one of the first questions are about handling security. Clearly just using HTTPS is not enough for a serious system.
Here is a dump of links to some interesting online resources about micro-services security: