diff --git a/frontend/src/proprietary/auth/springAuthClient.ts b/frontend/src/proprietary/auth/springAuthClient.ts index 5d3e2d4dc..04fb55957 100644 --- a/frontend/src/proprietary/auth/springAuthClient.ts +++ b/frontend/src/proprietary/auth/springAuthClient.ts @@ -251,7 +251,7 @@ class SpringAuthClient { * This redirects to the Spring OAuth2 authorization endpoint */ async signInWithOAuth(params: { - provider: 'github' | 'google' | 'apple' | 'azure'; + provider: 'github' | 'google' | 'apple' | 'azure' | 'keycloak' | 'oidc'; options?: { redirectTo?: string; queryParams?: Record }; }): Promise<{ error: AuthError | null }> { try {