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.