Extending Kubernetes — the Java wayKubernetes/K8s has been the de facto standard for managing container application and it is now often be part of the developers’ life…Oct 30, 2023Oct 30, 2023
Multitenancy, Contextual Design of NgrxMultitenancy is a software design and architecture that achieves serving multiple tenants/clients on a single application. The tenant data…Jan 16, 2022Jan 16, 2022
SPA and Rest API Application friendly Oauth 2.0/Oidc login flowIn this story, we are going to discuss about the standard Oauth 2.0/Oidc Auth Code flow, the recent Public Client Auth Code flow and…Oct 3, 20213Oct 3, 20213
Redux Singleton Collection State Design with NgrxRedux pattern comes in handy dealing with global state object as it enforces a consistent way of the data insertion and retrievalMar 21, 2021Mar 21, 2021
Okta Oidc Federated IdP Setup with SAML 2.0 Demo ProjectIn the enterprise integration, Federated IdP model is usually preferred over a direct IdP integration, a couple of reasons:Dec 26, 2020Dec 26, 2020
OIDC Idle timeout designIdle/Session inactivity timeout often comes together with the cookie based authentication in the traditional web application but it is not…May 16, 2020May 16, 2020