I have a question about the connectAs="endUser"
option, found in the adapter XML file.
In the design mode I can read
- endUser: The connection to the back end will be created with the user's identity, as authenticated by the authentication realm
So my question is: Does it have sense to use the option connectAs="endUser"
without being authenticated and without defining a security test?
I am having this question, because I used to put the connectAs="endUser"
in the authentication procedure
<procedure name="authenticate" connectAs="endUser"/>
Is that wrong?