Add new B2C provider

This commit is contained in:
Gucheng Wang
2023-12-17 02:37:28 +08:00
parent 468ceb6b71
commit 067276d739
11 changed files with 184 additions and 8 deletions

View File

@ -924,7 +924,8 @@ export function getProviderTypeOptions(category) {
{id: "Casdoor", name: "Casdoor"},
{id: "Infoflow", name: "Infoflow"},
{id: "Apple", name: "Apple"},
{id: "AzureAD", name: "AzureAD"},
{id: "AzureAD", name: "Azure AD"},
{id: "AzureADB2C", name: "Azure AD B2C"},
{id: "Slack", name: "Slack"},
{id: "Steam", name: "Steam"},
{id: "Bilibili", name: "Bilibili"},