You want admin user authenticated ? If yes : Plugin authentication Limesurvey
If not : please : more explanation …
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
This really unclear : you want a survey where user can enter ONLY if they are authenticated by jax-ws ?
If yes : you need to create a plugin using beforeSurveyPage or beforeSurveyRegister (this one seems best, since it's allow you to create a single token for each user).
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
- Generate token url for users
- If token select certificate
Survey Type 1
https://HOST/limesurvey/index.php/N1N1N1N1N1N1?token=XXXXXXXXXXXX&lang=es
Survey Type 2 (has token)
https://HOST/limesurvey/index.php/N2N2N2N2N2N2N2?token=XXXXXXXXXXXX&lang=es
User A + Survey Type 1
- Execute N1N1N1N1N1N1
- User survey
User A + Survey Type 2
- Select the client certificate (Apache SSLClientVerification)
- Execute Web Service for validate the certificate
- User survey
- Execute N2N2N2N2N2N2N2
Ok this would imply to use a WebServer Authentication method before taking a specific survey.
I would say this isn't easily done, especially because it is connected to a specific survey.
I would recommend to contact a partner, or shnoulle, to create a plugin.
It is technically possible with LimeSurvey to create a plugin that does this.