Genyleap/Docs
OpenProof / Providers

Configure sign-in providers.

Redirect providers can share a canonical callback in your deployment, while each provider keeps its own credentials and protocol requirements.

Canonical callback

exampleredirect URI
https://auth.example.com/auth/federated/callback
Exact matching matters

Scheme, host, path, port and trailing slash must match the URI registered in the upstream provider console. Replace the example hostname with your own public identity origin.

Provider matrix

ProviderProtocolRequired server credentials
GoogleOIDCGOOGLE_CLIENT_ID + secret
GitHubOAuthGITHUB_CLIENT_ID + secret
XOAuthClient credentials required by your configured flow
MicrosoftOIDCClient ID + secret + tenant issuer
AppleOIDCServices ID + client secret or signing key
LinkedInOIDCClient ID + secret
TelegramProvider-specific sign-inApplication credentials for your configured integration

Non-redirect methods

Passkeys, EVM/SIWE, Farcaster, LDAPS and SAML use different ceremony and trust boundaries than redirect OAuth/OIDC providers.

Passkeys

Bind RP ID and origin to your public browser origin and keep WebAuthn ceremonies first-party.

Ξ

EVM / SIWE

Signed challenges prove wallet control; smart-account RPCs are needed only when contract validation is required.

F

Farcaster

Verify the sign-in payload and the protocol-specific identity relationship required by your integration.

SAML / LDAPS

Enterprise federation keeps certificate, issuer, audience and transport validation at the protocol boundary.