Integration of CAS login and verification.
Decidim::CasClient will be available as a Feature for a Participatory Space.
Add this line to your application's Gemfile:
gem 'decidim-cas_client
And then execute:
bundle
For the correct use of this CAS client, there is a migration that modifies the database in these ways:
- Added
username
(STRING
) field - Added
extra_attributes
(JSONB
) field - Added index for
username
field - Modified index for
email
andorganization_id
to not be unique
See Decidim.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.