Modular SSO
Code samples demonstrating Single Sign-On implementations with Express.js, .NET Core, Firebase, AWS Cognito, and Next.js
Add SSO to Express.js apps
Implement Scalekit SSO in a Node.js Express application. Includes middleware setup for secure session handling
Add SSO to .NET Core apps
Secure .NET Core applications with Scalekit SSO. Demonstrates authentication pipelines and user claims management
Add SSO to Spring Boot apps
Integrate Scalekit SSO with Spring Security. Shows how to configure security filters and protect Java endpoints
Add SSO to Python FastAPI
Add enterprise SSO to FastAPI services using Scalekit. Includes async route protection and user session validation
Add SSO to Go applications
Implement Scalekit SSO in Go. Features idiomatically written middleware for securing HTTP handlers
Add SSO to Next.js apps
Secure Next.js applications with Scalekit. Covers both App Router and Pages Router authentication patterns
Scalekit SSO + Your own auth system
Section titled “Scalekit SSO + Your own auth system”Connect Firebase Auth with SSO
Enable Enterprise SSO for Firebase apps using Scalekit. Learn to link Scalekit identities with Firebase Authentication
Connect AWS Cognito with SSO
Add Enterprise SSO to Cognito user pools via Scalekit. Step-by-step guide to federating identity providers
Cognito + Scalekit for Next.js
Integrate Cognito and Scalekit SSO in Next.js. Uses OIDC protocols to secure your full-stack React application