univlorraine / limesurvey-cas

CAS Authentication plugin for limesurvey (based on phpCAS)
GNU General Public License v2.0
25 stars 23 forks source link

Question about Using CAS Plugin for LimeSurvey Authentication in a Questionnaire #24

Closed mbdeme closed 11 months ago

mbdeme commented 11 months ago

Hi,

I am exploring the use of the CAS (Central Authentication Service) plugin for LimeSurvey and I have a specific scenario that I'm trying to address. I would like to implement CAS authentication, but only for certain questionnaires, not all of them.

Is it possible?

Thanks in advance

mbdeme commented 11 months ago

I forgot to add a clarification, I use version 5 of Limesurvey and I plan to update to version 6. Thanks.

goyome commented 11 months ago

Hi,

This module provides backend authentication. The authentication is for survey creator. I'm not sure that it matches with your use case. By the way, when activated, you can still use local authentication thanks to the page index.php/admin/authentication/sa/login?noAuthCAS=true

Hope this answer is clear enough.

mbdeme commented 11 months ago

Thank you for your reply; By the way I think it's a little different from our use case. I would like to enable or not CAS authentication depending on the questionnaire.

goyome commented 11 months ago

Well, I'm sorry but this plugin is not meant for that, only to identify user during admin access…

mbdeme commented 11 months ago

Ok I see in any case thank you for your availability