sso 单点登录

This commit is contained in:
jackchenyang
2024-06-24 10:28:40 +08:00
parent 34ca1fe4d7
commit 0c5cd77c5b
20 changed files with 422 additions and 11045 deletions
+20
View File
@@ -123,6 +123,26 @@ namespace BLL
DDL.Items.Insert(0, new System.Web.UI.WebControls.ListItem(itemText, BLL.Const._Null));
return;
}
// 单点登陆ClientId参数
public static string ClientId
{
get;
set;
}
// 单点登陆ClientSecret参数
public static string ClientSecret
{
get;
set;
}
// 单点登陆Redirect_url参数
public static string Redirect_url
{
get;
set;
}
/// <summary>
/// 为目标下拉框加上 "请选择" 项