oidc-hosted-page

Installation
SKILL.md

Implement SSOJet OIDC Hosted Page

This skill guides you through implementing the OIDC Authorization Code flow with SSOJet's Hosted Login Page.

1. Prerequisites

  • Client ID: From the SSOJet Dashboard.
  • Client Secret: From the SSOJet Dashboard (store securely!).
  • Redirect URI: Must be whitelisted in the SSOJet Dashboard (e.g., http://localhost:3000/callback).
  • SSOJet Domain: Your organization's SSOJet domain (e.g., https://auth.ssojet.com).

2. Implementation Steps

Step 1: Configure OIDC Client

Initialize your OIDC client with the credentials above. Use a well-maintained OIDC library for your language.

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