[PR #1157] [MERGED] CB-2475 feat: Use connection requiredAuth for external auth #2286

Closed
opened 2026-03-07 21:08:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/1157
Author: @mctep
Created: 9/15/2022
Status: Merged
Merged: 9/16/2022
Merged by: @mctep

Base: CB-2468-additional-auth-fieldHead: feat/CB-2475-required-auth


📝 Commits (2)

  • 0ff1959 CB-2475 feat: Use connection requiredAuth for external auth
  • 28c6b11 CB-2475 feat(plugin-connections): Use localization

📊 Changes

13 files changed (+66 additions, -88 deletions)

View changed files

📝 webapp/packages/core-authentication/src/AuthProviderService.ts (+7 -13)
📝 webapp/packages/core-authentication/src/UserInfoResource.ts (+3 -12)
📝 webapp/packages/core-sdk/src/queries/fragments/DatabaseConnection.gql (+2 -0)
📝 webapp/packages/core-sdk/src/sdk.ts (+16 -14)
📝 webapp/packages/core-ui/src/AuthenticationProvider.tsx (+2 -7)
📝 webapp/packages/core-ui/src/useAuthenticationAction.tsx (+7 -23)
📝 webapp/packages/plugin-authentication/src/AuthenticationService.ts (+7 -7)
📝 webapp/packages/plugin-connections/src/ConnectionAuthService.ts (+2 -2)
📝 webapp/packages/plugin-connections/src/ConnectionForm/ConnectionFormBaseActions.tsx (+2 -2)
📝 webapp/packages/plugin-connections/src/ConnectionForm/Options/Options.tsx (+1 -1)
📝 webapp/packages/plugin-connections/src/ConnectionForm/OriginInfo/ConnectionFormAuthenticationAction.tsx (+1 -1)
📝 webapp/packages/plugin-connections/src/ConnectionForm/OriginInfo/ConnectionOriginInfoTabService.ts (+15 -6)
📝 webapp/packages/plugin-connections/src/locales/en.ts (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dbeaver/cloudbeaver/pull/1157 **Author:** [@mctep](https://github.com/mctep) **Created:** 9/15/2022 **Status:** ✅ Merged **Merged:** 9/16/2022 **Merged by:** [@mctep](https://github.com/mctep) **Base:** `CB-2468-additional-auth-field` ← **Head:** `feat/CB-2475-required-auth` --- ### 📝 Commits (2) - [`0ff1959`](https://github.com/dbeaver/cloudbeaver/commit/0ff19596df175cadb1a19144be6e669c8d45bbd6) CB-2475 feat: Use connection requiredAuth for external auth - [`28c6b11`](https://github.com/dbeaver/cloudbeaver/commit/28c6b11f006ecd04fb81a715dd6946736994ed91) CB-2475 feat(plugin-connections): Use localization ### 📊 Changes **13 files changed** (+66 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-authentication/src/AuthProviderService.ts` (+7 -13) 📝 `webapp/packages/core-authentication/src/UserInfoResource.ts` (+3 -12) 📝 `webapp/packages/core-sdk/src/queries/fragments/DatabaseConnection.gql` (+2 -0) 📝 `webapp/packages/core-sdk/src/sdk.ts` (+16 -14) 📝 `webapp/packages/core-ui/src/AuthenticationProvider.tsx` (+2 -7) 📝 `webapp/packages/core-ui/src/useAuthenticationAction.tsx` (+7 -23) 📝 `webapp/packages/plugin-authentication/src/AuthenticationService.ts` (+7 -7) 📝 `webapp/packages/plugin-connections/src/ConnectionAuthService.ts` (+2 -2) 📝 `webapp/packages/plugin-connections/src/ConnectionForm/ConnectionFormBaseActions.tsx` (+2 -2) 📝 `webapp/packages/plugin-connections/src/ConnectionForm/Options/Options.tsx` (+1 -1) 📝 `webapp/packages/plugin-connections/src/ConnectionForm/OriginInfo/ConnectionFormAuthenticationAction.tsx` (+1 -1) 📝 `webapp/packages/plugin-connections/src/ConnectionForm/OriginInfo/ConnectionOriginInfoTabService.ts` (+15 -6) 📝 `webapp/packages/plugin-connections/src/locales/en.ts` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:08:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#2286
No description provided.