SocialiteProviders / Providers

A Collection of Providers for Laravel Socialite
https://socialiteproviders.com
MIT License
505 stars 445 forks source link

Question : is there interest in supporting CAS (Central Authentication Service) protocol & providers ? #544

Closed abejenaru closed 4 years ago

abejenaru commented 4 years ago

CAS is a different protocol than OAuth, so new adapters are needed. Just an inquiry, thanks!

atymic commented 4 years ago

Could you link to the docs? We already have some non openid providers like steam and apple.

abejenaru commented 4 years ago

Hi, it's mainly used in education and enterprise environments, so I couldn't find public servers for testing, only mock-up server implementations.

Here is the protocol documentation: https://apereo.github.io/cas/6.2.x/protocol/CAS-Protocol.html There is also an official PHP client: https://github.com/apereo/phpCAS Some mock-up implementation (which I did not use): https://github.com/veo-labs/cas-server-mock or https://github.com/pfrenssen/cas_mock_server

Thanks!

atymic commented 4 years ago

Ahh. This repo is more focused on providing drivers for public services. Maybe not the best fit in that case?