SimpleSamlPHP auth plugin
Compare changes
Files
3- Jan-Hendrik Willms authored
Merge request nod3zer0/stud-ip-siple-saml-php-plugin!1
+ 9
− 7
@@ -403,13 +403,15 @@ $STUDIP_AUTH_CONFIG_OAUTH2 = [
This is a merge request related to this TIC that I created to add support for SimpleSamlPHP: #4365.
I wasn't sure whether I should edit the original TIC or write everything here, so below is all the information needed to understand the code and set up the test environment. The issue contains more general information. If I did anything wrong, please let me know, and I will fix it.
On this branch I have prepared testing enviroment with mocksaml as an IdP.
All you have to do to set it up is start docker-compose.yml (docker-compose up
) and Stud.IP with SimpleSamlPHP support will be available at http://localhost:8032. Then you can login with mocksaml IdP by using 'federated login' link.
Merge request nod3zer0/stud-ip-siple-saml-php-plugin!1