issues
Top billing goes to my piece on implementing step-up authentication using the building blocks already provided by OAuth and OpenID Connect. It also includes an emerging standard for APIs to trigger step-up authentication using the WWW-Authenticate header.
My biggest release since the last newsletter is my deep dive into ID tokens. This article looks to dispel some myths around identity tokens and shows just how powerful they can be.
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 …
This month's article is all about loading Elliptic Curve keys in .NET and the System.Security.Cryptography's ECDsa object. I found myself rewriting this content every other article, so now it's all in one place!
This month's article covers a question I've received a few times: "Does OAuth's Proof-Key for Code Exchange (PKCE) replace client secrets". The short answer is no, but this article digs into it a bit further than that.