TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Open-source enterprise SSO – integrate SAML with a few lines of code

24 pointsby deepakprabalmost 3 years ago

2 comments

deepakprabalmost 3 years ago
Hey everyone, we are Deepak and Sama, co-founders of BoxyHQ. We are posting our enterprise SSO project to seek feedback from the Reddit community. Over the past few months, the team has been working really hard on our SAML SSO project, our early customers love us. It would be great if you can share some insights or ideas you’d like to see in the project going forward.<p>One of the most common requirements enterprises have for their SaaS providers is SSO (Single Sign-On) or SAML as it adds a layer of their internal authentication to your product. This way their users can access your product via one of their secure IdPs (Identity Providers), which manages access and security for the entire organization.<p>tl;dr → <a href="https:&#x2F;&#x2F;github.com&#x2F;boxyhq&#x2F;jackson" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;boxyhq&#x2F;jackson</a> The project is called SAML Jackson. Jackson implements the SAML login flow as an OAuth 2.0 flow, abstracting away all the complexities of the SAML protocol. Our objective is that anyone could Integrate SAML with just a few lines of code. Developers can easily add single sign-on authentication to their products, and it supports most identity providers via SAML 2.0.<p>More details about SAML Jackson features:<p>- Jackson acts as a SAML Service Provider (SP) proxy, we do not intend to add functionality to make it an Identity Provider. Keycloak or Ory would be a great choice if you are looking for a SAML IdP<p>- Integrates seamlessly with all popular OAuth 2.0 libraries out there<p>- Supports most SAML providers out there - Okta, Azure AD, Auth0, Azure AD, OneLogin, Google SAML, Shibboleth<p>- Supports PKCE flow, so suitable for SPA applications<p>- Support SAML login on native mobile apps, a huge advantage since the traditional SAML flow is a little tricky to support on a native mobile app<p>- Wide range of supported databases - Postgres, MariaDB, MySQL, MongoDB, Redis with an easy-to-extend interface to support other databases
评论 #31530512 未加载
mdanielalmost 3 years ago
previously: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30767084" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30767084</a>