getgrav / grav-plugin-login

Grav Login Plugin
http://getgrav.org
MIT License
44 stars 54 forks source link

What about Jasig CAS login support #189

Closed sgregori closed 4 years ago

sgregori commented 5 years ago

Hi friends,

We are using Jasig CAS authentication on wordpress, humhub, nextcloud, rainloop, mautic, glpi, and another apps, and we are thinking to implement on GRAV.

https://github.com/apereo/cas

Implementation on PHP sites is easy and Ruby apps also.

At this time, i didnt found any another plugin like this.

Anyone is working in this feature ?

Thanks a lot, GRAV seems to be a nice alternative to wordpress multi site.

rhukster commented 5 years ago

There is no plug-in for for this authentication system currently. Take a look at the oauth2 plug-in or the ldap plug-in to see how easy it is to create custom authentication grav plugins tho.

Itacua commented 5 years ago

@sgregori Hello, could you tell me or give me a link of the Jasig CAS plug-in you are using on Humhub? Thanks

sgregori commented 5 years ago

Excuse me, i'm revising the code because is mixed with our custom authentication.

We would try to clean and publish them.