Skip to content

Feat/selfhost google sso - #1834

Merged
RhysSullivan merged 4 commits into
UsefulSoftwareCo:mainfrom
charliemeyer2000:feat/selfhost-google-sso
Sep 5, 2026
Merged

Feat/selfhost google sso#1834
RhysSullivan merged 4 commits into
UsefulSoftwareCo:mainfrom
charliemeyer2000:feat/selfhost-google-sso

Conversation

@charliemeyer2000

Copy link
Copy Markdown
Contributor

Summary

Lets a self-host operator configure one OIDC identity provider (Google, Okta, Entra, any discovery-document IdP) as a sign-in method, with a verified email-domain allowlist acting as the invite: admitted users auto-join the instance org as member; everyone else is rejected. Email/password signup stays invite-gated; nothing becomes open registration.

Configuration:

EXECUTOR_SSO_PROVIDER_ID=google        # also the OAuth callback path segment
EXECUTOR_SSO_CLIENT_ID=...
EXECUTOR_SSO_CLIENT_SECRET=...
EXECUTOR_SSO_ALLOWED_DOMAINS=example.com
EXECUTOR_SSO_DISCOVERY_URL=...         # optional; preset for providerId=google
EXECUTOR_SSO_PROVIDER_NAME=...         # optional login-button label

@RhysSullivan
RhysSullivan merged commit b22d536 into UsefulSoftwareCo:main Sep 5, 2026
40 checks passed
@RhysSullivan RhysSullivan mentioned this pull request Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants