Set up a stub identity provider for testing
In this article we will look at how an identity provider works, then try to recreate our own identity provider using .NET Core.
About technology stuff that piqued my interest
In this article we will look at how an identity provider works, then try to recreate our own identity provider using .NET Core.
Trong bài này chúng ta sẽ cùng tìm hiểu cách một identity provider hoạt động. Sau đó ta sẽ thử tạo một IDP bằng .NET Core.
Cùng tìm hiểu cách tích hợp SSO với OKTA vào một ứng dụng web có sẵn. Đây là bài số 2 trong loạt 3 bài.
Find out how to integrate SSO using SAML into an existing ASP.NET Core with OKTA as an identity provider. This is part two of a three-part series.
Log cái gì rất quan trọng, nhưng log như thế nào cũng quan trọng không kém. Structured logging giúp ta tìm kiếm và phân tích log một cách dễ dàng hơn.
Logging is important, but not all kinds logging are created equal. Find out how structured logging can makes debugging, profiling and monitoring much easier.
Từ một lỗi được phát hiện nhờ unit test, tôi thử tìm hiểu về nullable, value type và MemoryCache
From a bug caught by unit testing, I went on a journey to find out more about nullable, value tuple and MemoryCache