Skills CaravanforSkills 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 ...Discusslms
Rahul wathblog.aws-devops.blog·Oct 13, 2024How to use Github as a SSO of ArgoCDImagine having ArgoCD installed as your GitOps source for your cluster, having your dashboard exposed on the web, and wanting to give access to your developers. You think about the best way to do it. You have to create users and groups, attach the us...DiscussArgoCD
Vikas Dubeyvickonfire.hashnode.dev·Oct 13, 2024Unlocking the Secrets of SSO: Because Who Needs 27 Passwords 😂Whenever we dive into application modernization discussions, one approach stands out as a guiding principle the Customer First philosophy. This strategy allows us to pinpoint their pain areas and seal the deal (Paisa Hi Paisa! 😂😂). Let us Explore a...Discuss·46 readsCloud
Chaithrachai005.hashnode.dev·Sep 18, 2024Single Sign-On (SSO): One Login, Endless PossibilitiesWhat is Single Sign-On? It is a process that allows users to access multiple applications or services with a single set of login credentials. Instead of requiring users to remember different usernames and passwords for each application, SSO simplifie...DiscussSSO
Vallamkondu Sai Varunvarunonaws.hashnode.dev·Aug 31, 2024AWS IAM Identity Center: A Beginner’s OverviewIf you are working on AWS, you should be familiar with AWS Identity and Access Management. IAM is where you create and manage users and control their access to various AWS services. When setting up an IAM user, you might notice a message about IAM Id...DiscussIAM Identity Center Overview
Nicholas Diamondnicholasdiamond.hashnode.dev·Aug 23, 2024Securing APIs with OAuth2 and OpenID Connect for Modern Web ApplicationsIn today’s interconnected world, securing RESTful APIs is critical. As APIs often handle sensitive data, ensuring that only authorized users and applications can access them is paramount. OAuth2 and OpenID Connect (OIDC) have emerged as robust framew...DiscussAPIs
Pratulmyspace233.hashnode.dev·Aug 16, 2024Easy SSO Setup for Salesforce Using SAML and Microsoft Entra IDThese few days I have been working on setting up SSO with Salesforce where I wanted the identities present in Microsoft Entra ID (applicable for cloud users & users from on Prem AD synced via Entra Connect) to access salesforce app with same credenti...DiscussSSO - Single Sign-On
TECHcommunity_SAGtechcommsag.hashnode.dev·Aug 5, 2024Configure CIDAAS as an Identity Provider in Software AG Cloud for Single sign-onProduct versions - {Software AG Cloud: 11.0.x and CIDaaS v3.100.14} Introduction Setting up SSO in the Software AG Cloud (SAG Cloud) with CIDAAS as the IDP is a process that requires some setup in both environments. It requires information from both ...DiscussCloud
Kaiwalya KoparkarforElestioelestio.hashnode.dev·Jun 23, 2024Apache Superset SSO integration guideHey everyone, In this blog we will be knowing more about Superset SSO Integrations. Integrating Single Sign-On (SSO) with Apache Superset enhances both security and user experience by enabling users to authenticate with their existing credentials. Th...DiscussApache Superset
Alexey Poltorakalexeypoltorak.hashnode.dev·Jun 8, 2024OpenID Connect: From Implicit to Authorization Code with PKCE & BFFIntroduction This article will review the principles behind various OpenID Connect (OIDC) authentication flows, from the simplest to the most modern, highlighting the vulnerabilities present in each. We will explore each of the following OpenID Conne...Discuss·61 readsSecurity