Skip to content
Snippets Groups Projects

SimpleSamlPHP auth plugin

2 files
+ 9
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -405,6 +405,7 @@ $STUDIP_AUTH_CONFIG_OAUTH2 = [
$STUDIP_AUTH_CONFIG_SIMPLESAMLPHP = [
'sp_name' => 'default-sp',
'path_to_simple_saml_php' => '/var/simplesamlphp/src/_autoload.php' // path to _autoload.php of SimpleSamlPHP library
'user_data_mapping' => [
'auth_user_md5.Email' => ['callback' => 'getUserData', 'map_args' => 'email'],
'auth_user_md5.Nachname' => ['callback' => 'getUserData', 'map_args' => 'firstName'],
Loading