Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

write attribute Shibboleth in filed

  • globalace
  • globalace's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 month 2 weeks ago #258166 by globalace
write attribute Shibboleth in filed was created by globalace
Your LimeSurvey version: 6.4.11
Own server
Survey theme/template: fruit
==================
I have a survey, where to access it is necessary to authenticate on Shibboleth, if the user is authenticated he can fill out the questionnaire.
In the requested name and surname questionnaire, which I was able to retrieve from Shibboleth, is there a way to automatically populate the text box associated with the name and surname by retrieving the values ​​from the attributes exchanged with Shibboleth?
thx

Please Log in to join the conversation.

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 month 2 weeks ago #258208 by DenisChenu
Replied by DenisChenu on topic write attribute Shibboleth in filed

I have a survey, where to access it is necessary to authenticate on Shibboleth, if the user is authenticated he can fill out the questionnaire. 
Then you have a plugin to do this : right ?

In the requested name and surname questionnaire, which I was able to retrieve from Shibboleth, is there a way to automatically populate the text box associated with the name and surname by retrieving the values ​​from the attributes exchanged with Shibboleth?
thx 
Need to be done in plugin
Personally i use token attribute for such requirements

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.

Please Log in to join the conversation.

  • globalace
  • globalace's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 month 2 weeks ago #258213 by globalace
Replied by globalace on topic write attribute Shibboleth in filed
thanks for the reply, I had tried Shibboleth Auth LimeSurvey, but it didn't work well, could you point me to one?
Thank you

Please Log in to join the conversation.

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 month 2 weeks ago #258214 by DenisChenu
Replied by DenisChenu on topic write attribute Shibboleth in filed
Ok,

I think this sentence is unclear : “ I have a survey, where to access it is necessary to authenticate on Shibboleth, if the user is authenticated he can fill out the questionnaire.”

I think you already have a solution.

If not : you mlust construct a plugin

Sample
gitlab.com/SondagesPro/TokenManagement/W...verTokenAuthenticate
gitlab.com/SondagesPro/TokenManagement/OrcidAuthenticate
gitlab.com/SondagesPro/TokenManagement/LdapTokenAuthenticate

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.

Please Log in to join the conversation.

  • globalace
  • globalace's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 month 2 weeks ago #258219 by globalace
Replied by globalace on topic write attribute Shibboleth in filed
my survey is open to all members of my organization.
To log in, enter your username and password and via authentic shibo li, in the question I would like the username field to be automatically populated without the user filling out the questionnaire having to retype it

Please Log in to join the conversation.

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 month 2 weeks ago #258224 by DenisChenu
Replied by DenisChenu on topic write attribute Shibboleth in filed
You must create a plugin .

I don't learn how to create a LimeSurvey plugin on forum.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.

Please Log in to join the conversation.

  • globalace
  • globalace's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 month 1 week ago #258634 by globalace
Replied by globalace on topic write attribute Shibboleth in filed
where can I find a simple guide or examples on how to create the plugin?
thx

Please Log in to join the conversation.

  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 month 1 week ago #258638 by holch
Replied by holch on topic write attribute Shibboleth in filed
You won't find a "simple guide" on how to create this plugin.

To create plugins you should have at least a basic knowledge on how to code and create these kind of things.

Then you can have a look at the source code of other plugins on how they have been created (there you have your examples).

Teaching on how to create plugins is out of the scope of this forum.

Denis already gave you quite a few links to some of his plugins that you could have a look at.

Or, if this is beyond your skill level, you could just contract Denis to create it for you. He is one, if not THE most experienced LS plugin creators there is.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

Please Log in to join the conversation.

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 month 1 week ago #258711 by DenisChenu
Replied by DenisChenu on topic write attribute Shibboleth in filed
I never work with Shibboleth

Can check github.com/atlet/LimeSurvey-ShibbolethAuth for adaptation.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.

Please Log in to join the conversation.

  • globalace
  • globalace's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 month 1 week ago #258776 by globalace
Replied by globalace on topic write attribute Shibboleth in filed

I never work with Shibboleth

Can check github.com/atlet/LimeSurvey-ShibbolethAuth for adaptation.
Should you have recovered ad esempio the value of the cn ed inserted in a test camp?
Thx

Please Log in to join the conversation.

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 month 1 week ago #258778 by DenisChenu
Replied by DenisChenu on topic write attribute Shibboleth in filed

I never work with Shibboleth

Can check github.com/atlet/LimeSurvey-ShibbolethAuth for adaptation.
Should you have recovered ad esempio the value of the cn ed inserted in a test camp?
Thx
 
github.com/atlet/LimeSurvey-ShibbolethAuth/issues

 

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.

Please Log in to join the conversation.

Lime-years ahead

Online-surveys for every purse and purpose