generic-oidc when the provider has a deployment-specific issuer and no dedicated Overlay preset.
Shared environment
Provider values
If the provider uses a nonstandard discovery location:
Validation
Before enabling users:- Fetch the discovery document from the Overlay runtime network.
- Confirm
issuerexactly matches the configured issuer. - Confirm authorization, token, userinfo, and JWKS endpoints are HTTPS and approved.
- Confirm the returned identity includes verified email.
- Test a permitted user and a denied domain.
- Test invalid state, invalid callback, unknown connection ID, and cross-origin redirect rejection.