Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 652 Bytes

readme.md

File metadata and controls

28 lines (19 loc) · 652 Bytes

AuthOpenIDConnect - LimeSurvey Auth Plugin

Disclaimer

Original plugin by https://github.com/janmenzel

updated by olicha@worteks

Updates

updated the compatibility in the config.xml file

Install

  1. Download the plugin.

  2. Install necessary dependencies via composer.

composer install
  1. Zip the plugin with all dependencies installed.
zip -r AuthOpenIDConnect AuthOpenIDConnect/*
  1. Install the plugin in LimeSurvey and fill in the necessary settings in order to connect to your ID Provider.

Credits

Thanks to Michael Jett for providing the OpenID Connect Client!