Currently, Supabase Auth does not support Zitadel as an authentication provider.
What is the new behavior?
With this PR, Zitadel will be available as a provider for authentication, allowing users to authenticate via Zitadel's OpenID Connect (OIDC) implementation.
This includes utilizing Zitadel’s OIDC userinfo endpoint for secure user data exchange after authentication.
Additional context
This implementation will enhance the flexibility of authentication methods available in Supabase, catering to applications using Zitadel for identity management.
What kind of change does this PR introduce?
Add Zitadel Provider
What is the current behavior?
Currently, Supabase Auth does not support Zitadel as an authentication provider.
What is the new behavior?
With this PR, Zitadel will be available as a provider for authentication, allowing users to authenticate via Zitadel's OpenID Connect (OIDC) implementation.
Additional context
This implementation will enhance the flexibility of authentication methods available in Supabase, catering to applications using Zitadel for identity management.