October '21 - XML signing & OAuth updates
This month’s content is all about XML signatures (sorry). But I also updated some popular OAuth content.
XML Signing in .NET
XML signing is still something you’ll need to do now and then, especially if you deal with SAML, as I do. However, safely parsing, signing, and validating XML is not an easy task. In these articles, you’ll learn about XML best practices in .NET and how to use both RSA and ECDSA XML signatures.
How to sign XML using RSA in .NET
ECDSA and Custom XML Signatures in .NET
Updated articles
Last month I also updated some of my most popular articles. My IdentityServer tutorial now supports both IdentityServer4 and Duende IdentityServer, you can toggle between code samples), and my token exchange article has been updated for 2021.
Getting Started with IdentityServer4 and Duende IdentityServer
A beginner’s guide to IdentityServer and OpenID Connect, starting with an empty project and ending with a near production-ready environment.
Delegation Patterns for OAuth 2.0
How to handle delegation scenarios using OAuth Token Exchange for use with microservices and API gateways.
Other News
In other news, my son turned 6 months(!) old in October, I completed an 8-mile walk for the charity Penny Brohn, and I handed in my notice at Rock Solid Knowledge. More news on my next role soon!