Skip to content

Add Logto provider#1456

Open
valvesss wants to merge 1 commit into
SocialiteProviders:masterfrom
valvesss:add-logto-provider
Open

Add Logto provider#1456
valvesss wants to merge 1 commit into
SocialiteProviders:masterfrom
valvesss:add-logto-provider

Conversation

@valvesss

@valvesss valvesss commented Jul 7, 2026

Copy link
Copy Markdown

Adds a provider for Logto, an open-source OIDC identity provider (self-hosted or Logto Cloud).

It targets Logto's standard OIDC endpoints under a configurable base_url (mirroring the Authentik/Zitadel providers):

Purpose Endpoint
authorize {base_url}/oidc/auth
token {base_url}/oidc/token
userinfo {base_url}/oidc/me
  • Scopes: openid profile email
  • Maps subid, plus email, email_verified, name, usernamenickname/preferred_username, pictureavatar
  • additionalConfigKeys: base_url

Follows the standard src/<Name>/ structure (Provider.php, LogtoExtendSocialite.php, composer.json, README.md).

Validated end-to-end against a live Logto tenant (authorization code → token → userinfo → mapped user).

Logto (https://logto.io) OAuth2/OIDC provider. Talks to Logto's standard
OIDC endpoints under a configurable base_url (/oidc/auth, /oidc/token,
/oidc/me), scopes openid profile email. Validated end-to-end against a
live Logto tenant.
@valvesss valvesss force-pushed the add-logto-provider branch from ca10d71 to c7fcdb9 Compare July 7, 2026 02:39
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.

1 participant