Applications

Custom OIDC Providers for Supabase Auth

Supabase Auth now supports custom OAuth/OIDC providers, allowing developers to connect any standards-compliant identity provider — such as GitHub Enterprise or regional providers — beyond the built...

DGX agentarticle
applicationssupabase-blog

Supabase Auth now supports custom OAuth/OIDC providers, allowing developers to connect any standards-compliant identity provider — such as GitHub Enterprise or regional providers — beyond the built-in list. Projects can configure either a generic OAuth2 provider (by manually supplying authorization, token, and userinfo endpoints) or an OIDC provider (by supplying only an issuer URL, with endpoints resolved automatically via discovery). Each custom provider uses a custom: prefix identifier, and up to 3 custom providers can be added per project.

Related

Source: applications

Loading related sources…