我们一直试图为Worklight应用程序中心启用LDAP用户身份验证,但没有成功。我们仔细地遵循了这里的说明:
首先,我们在WAS控制台中创建了LDAP存储库,并将其添加到联邦存储库配置:中。
然后,我们为用户和组配置LDAP身份验证如下:
最后,我们按照:的建议,使用LDAP启用ACL管理。
服务器重新启动后,结果如下:
工作光控制台:工作正常。
应用程序中心:在用户空间中显示一个??????,并在每个与用户相关的屏幕上出现以下错误:FWLAC0401W: No user appears to be logged, check the Application Center secur
在asp.net 5/mvc6 6应用程序中,我使用Azure DocumentDB作为用户存储,并使用CookieAuthentication对用户进行身份验证,如下所示:
List<Claim> claims = new List<Claim>();
claims.Add(new Claim(ClaimTypes.Name, account.UserName));
var user = new ClaimsPrincipal(new ClaimsIdentity(claims, CookieAuthenticationDefaults.AuthenticationS