Thursday
Room 4
13:40 - 14:40
(UTC+02)
Talk (60 min)
Using the BFF pattern to secure SPA and Blazor Applications
Modern web development means that more and more application code is running in the browser. Traditionally this has been JavaScript but more recently there has been the trend to use C# with Blazor. These modern applications are often secured with token-based security using the OpenID Connect and OAuth protocols. But there are different patterns for using token-based security and this session covers some of the pitfalls of the various approaches, especially given the ever-changing browser landscape. We will focus on the “backend for frontend” (or BFF) pattern which has become the most secure and stable of these approaches.
.NET
Security
Web