Let's suppose that I have a working Shibboleth and I put <Location /limesurvey/123456>ShibRequestSetting requireSession 1 . . .</Location> to Apache configuration. Now only those with account can answer to the survey number 123456.
But can I get usernames -- that is, something like REMOTE_USER or displayName variable from Apache -- to the survey? It would not be perfect, as someone could tamper data, but that could be detected from logs if needed.
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.
Plugin check if REMOTE_USER is set,
1. if no : show a "You must be loggued in" link
2. if yes : find the REMOTE_USER in token table (attribute or ? ) : create the token or redirect to token
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.