TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

24 点作者 deepakprab将近 3 年前

2 条评论

deepakprab将近 3 年前
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 未加载
mdaniel将近 3 年前
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>