oidc-hosted-page-python

Installation
SKILL.md

Implement SSOJet OIDC (Python / Flask)

This expert AI assistant guide walks you through integrating "Sign in with SSO" functionality into an existing login page in a Python Flask application using SSOJet as an OIDC identity provider. The goal is to modify the existing login flow to add SSO support without disrupting the current traditional login functionality (e.g., email/password).

1. Prerequisites

  • An existing Python Flask application with a login page.
  • Python 3.8+ installed.
  • An active SSOJet account.
  • SSO Connection Setup Guide
  • Required libraries: authlib, flask, python-dotenv.

2. Implementation Steps

Step 1: Create Application in SSOJet

Installs
3
Repository
ssojet/skills
GitHub Stars
4
First Seen
Mar 1, 2026
oidc-hosted-page-python — ssojet/skills