Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 501 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 501 Bytes

AuthOpenIDConnect - LimeSurvey Auth Plugin

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!