Skip to main content
Use generic-oidc when the provider has a deployment-specific issuer and no dedicated Overlay preset.

Shared environment

The callback is:

Provider values

If the provider uses a nonstandard discovery location:

Validation

Before enabling users:
  1. Fetch the discovery document from the Overlay runtime network.
  2. Confirm issuer exactly matches the configured issuer.
  3. Confirm authorization, token, userinfo, and JWKS endpoints are HTTPS and approved.
  4. Confirm the returned identity includes verified email.
  5. Test a permitted user and a denied domain.
  6. Test invalid state, invalid callback, unknown connection ID, and cross-origin redirect rejection.
Do not add wildcard trusted origins to bypass discovery validation. Add a dedicated preset when a provider legitimately publishes endpoints on stable additional origins.