- Posts: 9
- Thank you received: 1
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
Azure AD for SSO
- rachellerena
-
Topic Author
- Offline
- New Member
-
Less
More
3 years 6 months ago #191351
by rachellerena
Azure AD for SSO was created by rachellerena
I did a search and found one page in the manual site but nothing in the forums. I have seen many external vendors who charge for building these plug-ins, but not much guidance for writing on our own dev team.
Are there any good resources for how we can write a plug-in to use our enterprise Azure AD SSO as the web auth plug-in to LimeSurvey?
What is the best practice for writing/storing this code so that it is not broken by any ComfortUpdates?
Thanks.
Are there any good resources for how we can write a plug-in to use our enterprise Azure AD SSO as the web auth plug-in to LimeSurvey?
What is the best practice for writing/storing this code so that it is not broken by any ComfortUpdates?
Thanks.
The topic has been locked.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 13146
- Thank you received: 2423
3 years 6 months ago #191368
by DenisChenu
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.
Replied by DenisChenu on topic Azure AD for SSO
You are lucky
manual.limesurvey.org/Plugin_events#Auth...ation_related_events
manual.limesurvey.org/Authentication_plugins
manual.limesurvey.org/Available_third_pa...thentication_plugins
manual.limesurvey.org/Plugin_events#Auth...ation_related_events
manual.limesurvey.org/Authentication_plugins
manual.limesurvey.org/Available_third_pa...thentication_plugins
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.
The following user(s) said Thank You: rachellerena
The topic has been locked.
- rachellerena
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 1
3 years 4 months ago #192702
by rachellerena
Replied by rachellerena on topic Azure AD for SSO
Follow up:
We ended up using one of the SAML plugins. Since LimeSurvey is written in PHP and has plug-in based options, similar to WordPress customizations that we have, we utilized a similar Azure AD SAML solution to get this to work. We had to modify our return or redirect URI coming out of Azure to work with the SAML plugin, but then it worked fine without having to write our own custom plugin for Azure AD.
We ended up using one of the SAML plugins. Since LimeSurvey is written in PHP and has plug-in based options, similar to WordPress customizations that we have, we utilized a similar Azure AD SAML solution to get this to work. We had to modify our return or redirect URI coming out of Azure to work with the SAML plugin, but then it worked fine without having to write our own custom plugin for Azure AD.
The following user(s) said Thank You: DenisChenu
The topic has been locked.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 13146
- Thank you received: 2423
3 years 4 months ago #192944
by DenisChenu
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.
Replied by DenisChenu on topic Azure AD for SSO
What SAML plugin did you use ? It's a public plugin or an hidden one ?
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.
The topic has been locked.