I just began my Certified Ethical Hacker (CEH) journey. I look forward to sharing my experiences and what I learn.
https://dotnet.kriebbels.me/introduction-to-my-certified-ethical-hacker-ceh-journey
I just began my Certified Ethical Hacker (CEH) journey. I look forward to sharing my experiences and what I learn.
https://dotnet.kriebbels.me/introduction-to-my-certified-ethical-hacker-ceh-journey
So many talk about HTTPS for security, but what about data integrity? Using digital signatures for HTTP requests ensures data hasn't been tampered with. Has anyone tried using JOSE for tamper-proofing? #InfoSec #TechInsight https://dotnet.kriebbels.me/tamperproof-http-requests
Looking forward to your feedback! Let us talk about it. Or can I create a talk about this? What do you want to know more about?
So I am curious. Wanting to give new sessions but got idea blocked around e.g. dotnet, openid, azure...
What would be an intresting topic? #daretoask #dotnet
Attention developers and security pros! Did you know that Microsoft's AddMicrosoftAccount() doesn't validate token signatures? This could be a serious security loophole. Dive into the details and understand the importance of robust validation in our apps. #InfoSec #DevCommunity @dotnetbot
https://dotnet.kriebbels.me/signature-validation-required-microsoft-says-no
Visit me #Techorama this wednesday I will give a talk about mocking out clientcredentials and authorization code flow! Let us engage! See you there!
Wonderfull Experience to be a speaker on #updateconf 2023 @dotnetbot
Hope to inspire others in mocking there OIDC Provider.
Previously on... In a previous blog post, I described LibMan or Npm for a new project. I explored how to manage the required scripts. I find it important to understand the history of things. This helps me to learn why we use this technology, and what...
Previously on... In my previous articles, I discussed DevOps, DotNet and Security. This article builds upon those three components and explores the role of package managers in managing server-side and client-side libraries in a .NET MVC project. Cont...
Previously On In my previous articles, I discussed the creation of a mocked OpenID Connect provider and the evolution of the HttpClient. Today, I want to discuss how user attributes are presented to the application using tokens. Context When I explor...