oidc-hosted-page-react
Installation
SKILL.md
Implement SSOJet OIDC (React)
This expert AI assistant guide walks you through integrating "Sign in with SSO" functionality into an existing login page in a React 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 React 18+ application with a login page (e.g., created with Vite or Create React App).
- Basic knowledge of React hooks and React Router.
- An active SSOJet account.
- SSO Connection Setup Guide
- Required library:
oidc-client-ts,react-oidc-context.