我想在IBM Bluemix上的Mobile First Starter容器上实现适配器身份验证。
问题的核心是:
是否已在authenticationConfig.xml中配置了可用于此的安全测试?如果没有,它可以创建吗?
据我所知,我需要:
1)安全测试如:
b=5
2)一个领域,如:
<customSecurityTest name="AuthSecurityTest">
<test realm="AuthRealm" isInternalUserID="true" /
</customSecurityTest>
3)登录模块如:
<realm loginModule="AuthLoginModule" name="AuthRealm">
<className>com.worklight.integration.auth.AdapterAuthenticator</className>
<parameter name="login-function" value="AuthAdapter.onAuthRequired"/>
<parameter name="logout-function" value="AuthAdapter.onLogout"/>
</realm>
我期待着一个肯定的答案。
此致
答案 0 :(得分:1)
没有像这样的内置。
您需要在MobileFirst项目中实现它,然后您需要将其添加到您的图像并将图像上传到您的容器。
如果您正在使用MobileFirst Platform Foundation 7.1,请遵循此规则(假设您是付费IBM客户并有权下载所需的工件):https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/ibm-containers/run/