# SSO implementation examples

These examples demonstrate how to implement enterprise Single Sign-On (SSO) with Scalekit across different frameworks and protocols including OIDC, SAML, and SCIM.

## Express.js SSO demo

Express.js demo showing Single Sign-On flows with Scalekit.

This demo implements SSO with Express.js, covering OIDC login, callback handling, and session validation. Use it to learn how to add enterprise SSO to a Node.js app.

[View repository](https://github.com/scalekit-inc/nodejs-example-apps/tree/main/sso-express-example)

## .NET Core examples

.NET Core samples for SAML and OIDC Single Sign-On.

This repository provides .NET Core examples to integrate SAML and OIDC SSO with Scalekit. Use it to learn provider configuration and middleware patterns.

[View repository](https://github.com/scalekit-inc/dotnet-example-apps)

## OIDC, SAML and SCIM examples

Python examples for OIDC, SAML, and SCIM with common providers.

This repository contains Python examples for integrating with identity providers using OIDC, SAML, and SCIM. Explore patterns for login, provisioning, and user sync.

[View repository](https://github.com/scalekit-developers/oidc-saml-scim-examples)