我知道可以像这样在server.xml中配置用户:
<!-- The users defined here are members of group "appcentergroup", thus have role "appcenteradmin", and can therefore perform administrative tasks through the Application Center Console. -->
<user name="appcenteradmin" password="admin"/>
<user name="demo" password="demo"/>
<group name="appcentergroup">
<member name="appcenteradmin"/>
<member name="demo"/>
</group>
但是如果有很多用户,如何使用数据库中的用户凭证来配置mobileFirst以登录移动客户端(IBMAppcenter)?
答案 0 :(得分:0)
IBM Application Center添加的默认配置是从基于基于文件的注册表中读取一组有限的用户。预定义的角色将映射到这些用户。
当您有数千名用户时,很可能是在LDAP中。在此方案中,您应该使用此LDAP配置应用程序服务器,并让Application Center根据LDAP验证用户。角色映射相关联,以便在用户成功针对LDAP验证后,将为其分配适当的角色。
此处有更多详情: