Deep Modakkeycloak-for-modern-applications.hashnode.dev·Dec 13, 2024Implementation of Keycloak for Modern ApplicationsIn the digital era, robust identity and access management systems are crucial for secure applications. Keycloak stands out as an open-source solution that simplifies user authentication and authorization with enterprise-grade features. This blog dive...38 readskeycloak
Munilakshmi G J100daysdevops.hashnode.dev·Dec 12, 2024Day 48 of 100 Days : Why Azure Single Sign-On (SSO) is Essential for DevOpsAs a DevOps engineer, you’re constantly looking for ways to streamline workflows, improve security, and maximize productivity. One powerful tool that can achieve all of this is Azure Single Sign-On (SSO). But what makes it so important for DevOps? Le...SSO
Swarnim Pratap Singhblog.theswarnim.com·Dec 2, 2024Keycloak: Your self managed OktaIn the realm of modern application development, identity and access management (IAM) has emerged as a critical cornerstone. It's the invisible guardian that ensures the right people have access to the right resources at the right time. While commerci...keycloak
Akash Desardaimportidea.dev·Nov 27, 2024How to Integrate Auth0 SSO with FastAPIIf you want to integrate Auth0 SSO (or any social login) for all your authentication and authorization needs, you're in the right place! Let's get started together! Here are the steps Step 1: Use FastAPI-Auth0 python library. Step 2: Create Auth0 F...Express Ideasexpress-idea
Dick HardtforHellō Worldblog.hello.dev·Nov 11, 2024Introducing the "org" claimWith the release of our B2B SaaS functionality, we needed a mechanism to communicate which organization a user belongs to. A domain name is a common human memorable identifier for an organization, just like email is for a user. But it has similar iss...SSO
Skills Caravanskillscaravan.hashnode.dev·Nov 11, 2024How LMS SSO Improves Security and Accessibility in Enterprise Learning PlatformsIn today's corporate environment, the need for secure and accessible learning platforms has never been more critical. As organizations strive to enhance employee skills and knowledge, Learning Management Systems (LMS) have become essential tools for ...lms
David Fernández Ortizdavidivad96.hashnode.dev·Nov 8, 2024How I integrated Clerk and Threads API: Part 1✨ Introduction Lately I’ve been working on a side-project called DualPosts. It's a tool that lets users cross-post between the X and Threads platforms. The idea came when I found myself constantly copy-pasting the same thing from one site to another,...Clerk.dev
Timo HerwixforTM-APEXtm-apex.hashnode.dev·Oct 31, 2024Implementing Single Sign-On for APEX with Entra-ID and SAML on Oracle Autonomous DatabaseIntroduction In our previous blogs, we set up a Customer-Managed ORDS for an Autonomous Database in Oracle Cloud and secured it with SSL. Now, let's dive into configuring ORDS to use something like SAML for Single Sign-On. Oracle APEX is great becaus...2 likes·1.2K readsCloud Computingorclapex
doppahuydoppa.hashnode.dev·Oct 10, 2024Analyst CVE-2024-8698 on KeyCloakSummary : A flaw exists in the SAML signature validation method within the Keycloak XMLSignatureUtil class. The method incorrectly determines whether a SAML signature is for the full document or only for specific assertions based on the position of t...6 likes·2.0K readskeycloak
Syed Muhammad Yaseensmy.hashnode.dev·Oct 6, 2024Elevate Your Next.js Security: Middleware Authorization with UserfrontIn this guide, I will show you how to secure your Next.js application with Userfront by implementing middleware-level authorization and leaving component authorization practices. Implementing robust security measures like IAM is essential for protect...236 readsuserfront