felixrupp / user_cas

This app provides CAS authentication support for ownCloud and Nextcloud, using the phpCAS library of jasig/apereo.
Other
21 stars 24 forks source link

add option to init with proxyCAS method #41

Closed afornerot closed 5 years ago

afornerot commented 6 years ago

In my case i need a proxy init for make a ftpcas after. I'm added a option in admin panel to check or not the proxyCAS init = use_proxy_cas And i'm tested the option to make a phpcas::client or a phpcas::proxy in AppService.php

By default use_proxy_cas is flase

felixrupp commented 5 years ago

@afornerot Thanks for this contribution!