Secure machine-to-machine communication?
In this video, Roland walks you through the #oauth2 Client Credentials flow. It's relatively straightforward, and a great way to get introduced to OAuth.
📺 youtu.be/_ncPlNlcavo
#oauth2 #identityserver #accesstoken #dotnet #security
Posts by Roland Guijt
Get introduced to #oauth2, #oidc and learn the basics!
This video is ideal when you're at the start of your AppSec journey. It explains what OAuth is and what terms you need to know before you dive in.
www.youtube.com/watch?v=9NOx...
#dotnet #security #identityserver
A major update of my React Fundamentals course on @pluralsight.bsky.social was just published. It now reflects the latest changes to React and the ecosystem.
A big thanks to everyone who supported me and provided feedback!
app.pluralsight.com/library/cour...
Today brings you #IdentityServer 7.2! 🎁
1️⃣ Strict Audience Validation ensures that the audience is equal to the issuer and validates the token’s typ value.
2️⃣ Discovery Document Caching helps throughput in large deployments
And more! 👉 duende.link/hjdsk82 #dotnet #aspnetcore
Don't miss @anders.abel.nu & @rolandblue.bsky.social 2-day, hands-on #workshop "Identity & Access Control for modern Applications and APIs using asp.net 9" at #NDCOslo. #Earlybird offer ends, Friday, February 14!
ndcoslo.com/workshops/id...
IdentityServer 7.1.0 is a significant release that includes: .NET 9 support Use of Duende.IdentityModel New license usage helpers Friendly READMEs in the NuGet packages Improved log filtering when HTTP requests are aborted Redaction of the subject token during token exchange Improved extensibility of the ClientConfigurationStore in the Configuration API Several bug fixes Numerous small code quality and performance enhancements from the community
Duende IdentityServer v7.1.0 general availability release is now live. This release includes .NET 9 support, enhancements, bug fixes, performance improvements, and more.
See the release notes: github.com/DuendeSoftwa... #dotnet