[PR #449] [MERGED] feat(plugin-authentication): CB-1062 add support for identity provide… #1690

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/449
Author: @devnaumov
Created: 8/19/2021
Status: Merged
Merged: 8/19/2021
Merged by: @Wroud

Base: develHead: feat/identity-providers-public


📝 Commits (1)

  • a084ba1 feat(plugin-authentication): CB-1062 add support for identity providers (public)

📊 Changes

10 files changed (+312 additions, -24 deletions)

View changed files

webapp/packages/core-blocks/src/Cell.tsx (+62 -0)
📝 webapp/packages/core-blocks/src/FormControls/Filter.tsx (+6 -1)
📝 webapp/packages/core-blocks/src/Link.tsx (+20 -3)
📝 webapp/packages/core-blocks/src/index.ts (+1 -0)
📝 webapp/packages/core-sdk/src/queries/authentication/getAuthProviders.gql (+10 -0)
📝 webapp/packages/core-sdk/src/sdk.ts (+68 -6)
📝 webapp/packages/plugin-authentication/src/Dialog/AuthDialog.tsx (+45 -14)
webapp/packages/plugin-authentication/src/Dialog/AuthProviderForm/ConfigurationsList.tsx (+96 -0)
📝 webapp/packages/plugin-authentication/src/locales/en.ts (+2 -0)
📝 webapp/packages/plugin-authentication/src/locales/ru.ts (+2 -0)

📄 Description

…rs (public)


🔄 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/449 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 8/19/2021 **Status:** ✅ Merged **Merged:** 8/19/2021 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `feat/identity-providers-public` --- ### 📝 Commits (1) - [`a084ba1`](https://github.com/dbeaver/cloudbeaver/commit/a084ba176fa0af51b0687d93544faf2597390b54) feat(plugin-authentication): CB-1062 add support for identity providers (public) ### 📊 Changes **10 files changed** (+312 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `webapp/packages/core-blocks/src/Cell.tsx` (+62 -0) 📝 `webapp/packages/core-blocks/src/FormControls/Filter.tsx` (+6 -1) 📝 `webapp/packages/core-blocks/src/Link.tsx` (+20 -3) 📝 `webapp/packages/core-blocks/src/index.ts` (+1 -0) 📝 `webapp/packages/core-sdk/src/queries/authentication/getAuthProviders.gql` (+10 -0) 📝 `webapp/packages/core-sdk/src/sdk.ts` (+68 -6) 📝 `webapp/packages/plugin-authentication/src/Dialog/AuthDialog.tsx` (+45 -14) ➕ `webapp/packages/plugin-authentication/src/Dialog/AuthProviderForm/ConfigurationsList.tsx` (+96 -0) 📝 `webapp/packages/plugin-authentication/src/locales/en.ts` (+2 -0) 📝 `webapp/packages/plugin-authentication/src/locales/ru.ts` (+2 -0) </details> ### 📄 Description …rs (public) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:05:14 +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#1690
No description provided.