I just finished my Techorama session on OpenID Connect in Depth. It covered subjects like single sign-on and single sign-out, when to use reference tokens & how to revoke tokens, how to create a custom grant to let a user’s identity flow from API to API without having to create “one access token to rule them all” and, last but not least: how to support multi-tenancy at level of the client, API and IDP . All of this was done using ASP.NET Core & IdentityServer4.
To those of you who were there: thanks for coming, and I really hope you enjoyed the session. For those of you that weren’t there: you can download the slide deck and have a look at the finished code on my GitHub.
Happy coding! 🙂