0
該場景:IBM Worklight - 如何在customSecurityTest中的測試之間共享登錄信用?
我使用com.worklight.core.auth.ext.LdapLoginModule針對Active Directory對用戶進行身份驗證。有用。
我還需要在我的customSecurityTest中通過第二次測試來共享用戶提供的登錄憑證(只是用戶名),以在Hazelcast數據網格中填充記錄。基於適配器的身份驗證可以收集我正在查找的信息嗎?爲了說明我的意圖...
<customSecurityTest name="ADTest">
<test realm="ADRealm" isInternalUserID="true" step="1"/>
<test realm="AdapterDataGridRealm" step="2"/>
</customSecurityTest>