FusionAuth Blog

Get the latest updates on FusionAuth, identity and access management, security, general coding and major geekery here.

  • Zendesk Single Sign-on (SSO) with FusionAuth and HYPR

    FusionAuth is an excellent centralized identity management platform, if we do say so ourselves. In a webinar tomorrow, I’ll be walking through how to set up single sign-on authentication between Zendesk, the popular customer support platform, and FusionAuth. In under 10 minutes, you’ll see how easy it is to configure Zendesk to use SAML to integrate with FusionAuth.

    READ MORE
  • Adding social sign in to your Django web application using OAuth

    In this tutorial, we’ll build a basic Django web application which does user registration and authentication via FusionAuth, an authentication platform with some unique features.

    READ MORE
  • The Auth Bottleneck Pattern

    One common pattern for modern organizations is to centralize user management with a bottleneck architecture. A solid user management system is provisioned and all authentication and authorization requests are routed through it, rather than individual applications having their own auth components.

    READ MORE
  • How To Use FusionAuth's Multi-Tenant Feature To Create A Private Label Offering

    Sometimes you just need a little space, right? Tenants in FusionAuth can provide logical separation of users and applications while letting admins manage one FusionAuth installation.

    READ MORE
  • Using OAuth and PKCE to Add Authentication to Your Gatsby Site

    Gatsby is one of the most popular JavaScript static site generators available. While static sites offer excellent performance, they only store state locally in the user’s browser, so they can’t provide features like user authentication natively. If you want to add authentication to your Gatsby site, FusionAuth is an excellent solution.

    READ MORE