connectAs="endUser"
アダプターの XML ファイルにあるオプションについて質問があります。
デザインモードで読むことができます
- endUser: The connection to the back end will be created with the user's identity, as authenticated by the authentication realm
私の質問は次のとおりです。connectAs="endUser"
認証されず、セキュリティテストを定義せずにオプションを使用することに意味はありますか?
connectAs="endUser"
以前は認証手順にを入れていたので、この質問があります。
<procedure name="authenticate" connectAs="endUser"/>
それは間違っていますか?