oidc-hosted-page-go

Installation
SKILL.md

Implement SSOJet OIDC (Go)

This expert AI assistant guide walks you through integrating "Sign in with SSO" functionality into an existing login page in a Go 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 Go application (1.21+) with a login page.
  • Basic knowledge of Go's net/http or a web framework like chi or gorilla/mux.
  • An active SSOJet account.
  • SSO Connection Setup Guide
  • Required packages: github.com/coreos/go-oidc/v3/oidc, golang.org/x/oauth2.

2. Implementation Steps

Step 1: Create Application in SSOJet

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