Back to Speakers
Simeï Steiner

Featured Speaker

Simeï Steiner

Fullstack Software Engineer & Technical Project Lead @ Cudos | Building robust solutions for complex client needs.

Simeï is a Professional Fullstack Software Engineer at Cudos with 5 years of experience in the industry. During his time on the "Cudos Trail," he gained deep insights into various technical environments—ranging from industrial automation to enterprise web applications—working with companies like Hitachi Energy and Hapa AG. With 4 years of focused .NET experience (primarily ASP.NET Core) and a recent transition into a Technical Project Lead role, Simeï specializes in bridging the gap between complex architectural requirements and pragmatic implementation. He is passionate about clean code, modern authentication patterns, and efficient API integration.

Sessions

Breaking the Wall: Multi-Realm Keycloak OIDC Integration in ASP.NET Core

Advanced English

Integrating OpenID Connect (OIDC) with a single Identity Provider is standard practice in ASP.NET Core. But what happens when your architecture requires multi-tenancy where every tenant has their own isolated Keycloak Realm? Standard middleware configurations often fall short when dealing with dynamic issuers and multiple signing keys. This session guides you through the complexities of handling multiple Keycloak realms within a single ASP.NET Core application. We will look at the limitations of the default authentication handlers and implement a robust solution to dynamically validate tokens from different realms. You will leave with a clear strategy for securing multi-tenant applications without compromising on tenant isolation or code maintainability.