HN user

andy89

17 karma
Posts32
Comments32
View on HN
news.ycombinator.com 6mo ago

Show HN: Free SoC 2 readiness checker – built after spending $15k on consultant

andy89
3pts0
news.ycombinator.com 8mo ago

Ask HN: Has anyone phased out Azure B2C without breaking user flows?

andy89
1pts1
ssojet.com 1y ago

Made a CIAM hub – what should we add?

andy89
1pts3
ssojet.com 1y ago

Guide: Integrating Okta SAML SSO with Next.js (Passport and API Routes)

andy89
1pts1
news.ycombinator.com 1y ago

Show HN: Directory of 100 SaaS tools that support enterprise SSO (SAML, SCIM)

andy89
3pts4
news.ycombinator.com 1y ago

When Should a SaaS App Implement SAML Authentication?

andy89
1pts3
news.ycombinator.com 1y ago

Ask HN: Should You Include a Certificate in a SAML AuthnRequest?

andy89
5pts2
soc.tools.ssojet.com 1y ago

We couldn't explain our SoC maturity, so we built a self-assessment tool

andy89
2pts1
ssojet.com 1y ago

Anyone else struggle with SSO/SCIM as a small SaaS?

andy89
1pts1
ssojet.com 1y ago

How to Implement Okta SAML SSO in Next.js: A Step-by-Step Guide

andy89
2pts1
oidc-tester.compile7.org 1y ago

Show HN: OIDC Tester – Free, No-Signup Tool for OpenID Connect Testing

andy89
3pts0
saml-tester.compile7.org 1y ago

Show HN: SAML Tester – Free, No-Signup Tool for SAML Configuration

andy89
4pts2
ssojet.com 1y ago

Show HN: SSOJet – Intelligent Enterprise SSO That Just Works

andy89
2pts0
blog.ssojet.com 1y ago

Understanding Certificate Revocation Lists (CRLs) in Cybersecurity

andy89
1pts0
blog.ssojet.com 1y ago

Mastering SAML Implementation in PHP

andy89
1pts0
github.com 1y ago

Organized my cybersecurity bookmarks into a GitHub repo (300 sources)

andy89
2pts1
logicballs.com 1y ago

Show HN: Revolutionizing AI Access in India: LogicBallsAI × Two.ai

andy89
1pts0
news.ycombinator.com 1y ago

Ask HN: Which Is the Best AI Tool for Programmatic SEO

andy89
1pts0
blog.gracker.ai 1y ago

AI Integration in SaaS: Revolutionizing Cybersecurity B2B Solutions

andy89
1pts0
blog.gracker.ai 1y ago

Programmatic SEO for B2B SaaS

andy89
2pts1
gracker.ai 1y ago

Show HN: Gracker AI an AI SEO-Optimized Content Creation Platform

andy89
1pts0
pdf7.app 2y ago

Show HN: PDF7

andy89
4pts5
publish7.com 2y ago

Show HN: Publish7- an AI B2B Content Generation Tool

andy89
2pts0
logicballs.com 2y ago

Show HN: LogicBalls- an AI Writing Tool

andy89
2pts0
logicballs.com 2y ago

Show HN: Our latest AI creation, all feedback and discussions welcome

andy89
2pts0
news.ycombinator.com 2y ago

Ask HN: AI Writing vs. Human Writing: which one is better for content?

andy89
1pts1
news.ycombinator.com 2y ago

Ask HN: How to improve context coherence in AI-generated content?

andy89
2pts0
news.ycombinator.com 2y ago

Ask HN: What is the best WordPress plugin for transactional email service?

andy89
4pts4
news.ycombinator.com 2y ago

Ask HN: Crypto's Role in Auth vs. Authorization?

andy89
3pts2
news.ycombinator.com 3y ago

Show HN: Boost Your Online Protection

andy89
1pts0
[dead] 1 year ago

We recently had to implement SSO for a multi-tenant SaaS platform. The usual names came up (Okta, Auth0, Ping, WorkOS, etc.), but the deeper we looked, the more complicated the tradeoffs became.

We created a comparison table across 15 SSO providers — focusing on protocols (SAML, OIDC, SCIM), admin UX, dev experience, pricing models (per user vs. per connection), and use-case fit (CIAM vs workforce IAM).

It’s here if useful: https://ssojet.com/blog/top-10-sso-providers-2024/

Curious how others here navigated this — especially around: - When SCIM or JIT provisioning became non-negotiable - How you handled multi-tenancy or tenant branding - If pricing or vendor lock-in became an issue

Happy to share our notes or answer questions.

I recently had to wire up SAML-based SSO with Okta for a Next.js project. Most of the resources I found were either outdated or assumed a ton of boilerplate. I ended up combining passport-saml, iron-session, and custom API routes to make it work cleanly with Next.js.

Covered in the guide:

Okta SAML setup + metadata extraction

Configuring Passport strategy

Secure session handling with iron-session

API route-based login/callback/logout flows

Protecting SSR pages and basic user provisioning

Tips for testing locally with ngrok

If you’re building enterprise-ready apps with Next.js and need SAML support, this might save you some time: https://ssojet.com/blog/integrating-okta-saml-sso-with-your-...

Feedback welcome, and I’m happy to help troubleshoot if anyone hits weird edge cases like ACS URL mismatch or certificate issues.

Yeah, totally fair — we’ve run into the same thing. Some vendors list SSO/SAML just to check the "enterprise-ready" box, but it's not actually live or usable.

Right now the directory just flags that SSO is publicly claimed, but we’re working on a second pass to add verified protocol support, links to setup docs, and even plan requirements (like Enterprise-only).

If you’ve got examples of false claims, I’d love to include them as edge cases — could help others avoid the same surprises.

You can check out our directory from here: https://ssojet.com/b2b-sso-directory/

We’re a small security team inside a growing SaaS org, and during enterprise sales and audits, we kept getting asked: “How mature is your SOC?”

The usual frameworks (NIST CSF, MITRE ATT&CK) are great but heavy — hard to apply without a full SIEM or IR team.

So we built a self-assessment tool focused on practical maturity signals like:

Logging & alert coverage

IR workflows

Automation usage

Post-incident reviews

Framework alignment (at a high level)

It generates a maturity score + highlights where to improve. It’s been helpful for planning, reporting to leadership, and onboarding new security hires.

We cleaned it up and released it publicly:

[dead] 1 year ago

Compiled a detailed JWT security checklist covering everything from signing and expiration to storage, validation, and transmission — structured for use across mobile apps, SPAs, web apps, REST APIs, and microservices. Includes dropdowns for security levels (basic to high-security contexts like healthcare/banking).

We built a few internal tools to help us deal with SSO and SCIM for our B2B SaaS. Things like testing SSO flows, optional MFA, and email-free onboarding.

Now thinking of turning it into a product (ssojet.com). Wondering if others here have faced the same pain? Would love feedback.

[dead] 1 year ago

Hey HN,

Scaling a B2B SaaS product to meet enterprise demands is tough. I've been wrestling with integrating features like robust RBAC and complex subscription models. I've compiled a list of tools to tackle these challenges head-on.

Has anyone else struggled with these specific enterprise-readiness hurdles? What solutions have worked for you?

We recently wrote a detailed guide on integrating Okta SAML SSO with Next.js. This covers everything from setting up Okta to handling SAML assertions in your app using passport-saml and iron-session.

Key takeaways: Why Okta + SAML is ideal for enterprise-grade security. How to configure SAML in Okta and Next.js in under 30 minutes. Code examples for login, callback, and session management routes. Best practices for session security and certificate management.

If you’ve worked with SAML before or are considering it for your app, I’d love to hear your thoughts!

Thank you for your interest and feedback! I'm glad to hear that the UI looks good and that you're considering giving the SAML Tester a try. I apologize for the inconvenience with the broken links. We'll look into fixing them right away. In the meantime, if you have any questions or need assistance with your SAML setup, feel free to reach out. We're here to help!

I recently discovered this resource repository that's been incredibly helpful for staying updated with cybersecurity news and learning materials. It's particularly valuable because it:

Organizes cybersecurity resources into well-structured categories (news, research, training, and community events) Includes both technical resources and learning materials suitable for different skill levels

Maintains active curation with recent updates focused on emerging technologies Provides detailed metadata for each resource (update frequency, access type, content format)

The repository goes beyond just listing links - it includes guidance on how to use each resource effectively and maintains quality through community contributions. I found the sections on threat intelligence resources and professional development particularly well-organized.

What I appreciate most is how it bridges the gap between technical documentation and practical learning materials, making it useful for both security professionals and those learning about cybersecurity.

Repository structure is clean, with automated link checking to ensure resources stay current.

[dead] 2 years ago

I've spent the last few months analyzing how different businesses approach seed keyword selection, particularly in technical industries like cybersecurity. Here are some interesting patterns I found: Key findings:

Most businesses overcomplicate keyword selection with 50+ seed keywords Data shows 5-15 core seed keywords per category is optimal Technical industries benefit from a hierarchical approach (core term → technical variation → specific use case) Found clear correlation between keyword hierarchy and ranking success

I've documented the complete analysis, including:

Methodology for identifying optimal keyword count Data on keyword performance by business size Impact of industry maturity on keyword selection Step-by-step process for building keyword hierarchies Real examples from technical industries

[dead] 2 years ago

If you're in the cybersecurity space and struggling to get noticed online, our latest blog might be just what you need. We’ve put together a comprehensive guide on how to optimize your SEO strategy specifically for cybersecurity firms.

From keyword targeting to content strategy, this step-by-step guide offers practical tips to help boost your search rankings and attract the right audience.

Check out the full guide here

Would love to hear feedback from anyone working in cybersecurity or digital marketing. Any thoughts on optimizing SEO for this niche?

[dead] 2 years ago

ink building is a vital strategy for increasing your website's authority and improving search engine rankings. For cybersecurity websites, focusing on high-quality backlinks through niche directories, collaborations, and guest posts can drive traffic and improve SEO. Our comprehensive guide covers these strategies in detail and provides actionable tips specifically tailored to the cybersecurity industry.

Check out the full guide here: Link Building Strategies for Cybersecurity Websites

Show HN: PDF7 2 years ago

PDF 7 is an efficient and reliable app for all your PDF needs. Organize, merge, rotate, compress, and convert PDFs effortlessly. It also supports converting images and documents to and from PDFs, along with various additional features like extracting pages, repairing files, and more.

[dead] 2 years ago

Kveeky is your all-in-one AI Scriptwriter and Voiceover Artist, crafting text into captivating audio for various platforms. With over 450 AI voices and support for 60+ languages, Kveeky empowers creators to effortlessly generate content for Instagram Reels, YouTube videos, podcasts, audiobooks, and more. Customize voice speed, pause between voices, and pitch to perfect your narration. Download your AI-generated scripts and bring your ideas to life with Kveeky

[dead] 3 years ago
  SaaS devs, are you tired of worrying about user authentication and authorization? 
Check out this epic guide on how to secure your product with robust user authentication and authorization mechanisms!

It covers all the key concepts, best practices, and tips for becoming a SaaS security master .

Don't be left behind in the world of SaaS security, get your hands on this valuable resource now!

[dead] 3 years ago

As the world becomes increasingly digital, the need for secure user authentication and authorization in SaaS applications has never been more important. That's why we're excited to share this thoughtful guide from SSOJet on how to implement these crucial features in your SaaS product.

In this comprehensive guide, SSOJet breaks down the key concepts of user authentication and authorization, and provides practical tips and best practices for implementing them in your SaaS application. From choosing the right authentication method to managing user roles and permissions, this guide covers everything you need to know to keep your users' data safe and secure.

But what really sets this guide apart is its thoughtful approach. SSOJet doesn't just provide a laundry list of technical details; instead, they take the time to explain the reasoning behind each decision and provide real-world examples to illustrate their points. This makes the guide not only informative, but also engaging and easy to follow.

So if you're looking to improve the security of your SaaS product, we highly recommend checking out SSOJet's guide to implementing user authentication and authorization. It's a thoughtful and practical resource that will help you keep your users' data safe and secure.

[dead] 3 years ago

Hey fellow tech enthusiasts!

Check out this informative blog post by MojoAuth on how to prevent credential stuffing attacks. This silent threat can leave your organization vulnerable to data breaches and financial loss. With practical tips and expert advice, this post is a must-read for anyone serious about protecting their data.

Let's discuss and share our experiences in the comments section!

[dead] 3 years ago

I recently came across a blog post by SSOJet that provides valuable insights into selecting the right identity brokerage for a B2B SaaS business. The post outlines the top five mistakes to avoid, including not considering integration capabilities, failing to prioritize security and compliance, and overlooking customer support.

As the adoption of cloud-based solutions and remote work continues to increase, ensuring secure and seamless identity management is crucial for businesses of all sizes. By avoiding these common pitfalls, businesses can make the best decision for their unique needs and ensure a smooth and secure user experience for their customers.

I highly recommend this post to anyone looking to select an identity brokerage for their B2B SaaS business. It offers valuable insights that can help businesses avoid common mistakes and make informed decisions.

[dead] 3 years ago

Hi All,

Please review my startup and give your feedback.

[dead] 3 years ago

Find alternatives of Auth0 for SSO with their features, pricing, pros and cons and make a decision wisely.

[dead] 3 years ago

MojoAuth, a passwordless authentication provider, has published a detailed blog post on how to implement their solution in Next.js projects. The guide offers a step-by-step tutorial, along with code snippets and explanations, making it easy for developers to set up passwordless authentication for their applications. This could be a game-changer for those who want to simplify user authentication and improve security

[dead] 3 years ago

Check out these exciting new AI development tools for B2B companies that can help accelerate development and achieve success in the industry. While the article comes from a company's blog, it provides valuable information for anyone interested in AI development. Let's discuss in the comments how these tools could impact the industry.