Blog Logo
TAGS

Building Secure Microservices in Azure - Jimmy Bogard - NDC Oslo 2022

Duration : 01:02:39

The speaker, Jimmy Bogard, discusses his recent project where he had to learn how to deploy secure microservices into Azure. He explains that the days of securing basic client-server applications with cookies are over, and the addition of microservices to the mix has made the process much more complex. Bogard presents the challenge of securing different APIs to ensure that the data being shown is appropriate for the individual viewing it. He also notes that external users never talk directly to individual microservices, but rather, they go through other APIs or systems. The speaker concludes by discussing the front-end login process and the use of Auth0 to authenticate users.