【新增】后端用户登录增加简单单点登录限制功能。

This commit is contained in:
jianweie code
2024-07-30 00:50:24 +08:00
parent b0439968a9
commit ac4bcb2b7a
5 changed files with 52 additions and 0 deletions

View File

@@ -13,6 +13,12 @@ namespace CoreCms.Net.Configuration
/// </summary>
public static class AppSettingsConstVars
{
#region ================================================================================
/// <summary>
/// 是否开启后台登录用户只能单点登录
/// </summary>
public static readonly bool UserSSO = AppSettingsHelper.GetContent("GlobalSetting", "UserSSO").ObjToBool();
#endregion
#region ================================================================================
/// <summary>