How to set up a development server with OKTA
Find out how to request a free developer account with OKTA and how to register an integration endpoint for our web application.
About technology stuff that piqued my interest
Find out how to request a free developer account with OKTA and how to register an integration endpoint for our web application.
Cùng tìm hiểu cách đăng ký tài khoản dùng thử và cách tạo app trên OKTA. Tài khoản này sẽ hữu ích khi ta tích hợp OKTA với ứng dụng của mình.
Hãy cùng tìm hiểu cách sử dụng OKTA để cung cấp tính năng xác thực một lần (SSO) cho ứng dụng web viết bằng ASP.NET Core.
As all things security related, you shouldn’t roll your own authentication. Find out how you can use OKTA to provide single sign-on (SSO) to your users.
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