Skip to content

Commit

Permalink
Multisites: Add the option to automatically enroll users on sites whe…
Browse files Browse the repository at this point in the history
…n a SAML Network setting enabled
  • Loading branch information
pitbulk committed Dec 4, 2019
1 parent 95af776 commit dc08363
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 230 deletions.
1 change: 1 addition & 0 deletions onelogin-saml-sso/onelogin_saml.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
// add menu option for multisite configuration
if (is_multisite()) {
add_action('network_admin_menu', 'onelogin_saml_configuration_multisite');
add_action('network_admin_edit_network_saml_global_settings', 'onelogin_saml_global_configuration_multisite_save');
add_action('network_admin_edit_network_saml_settings', 'onelogin_saml_configuration_multisite_save');
add_action('network_admin_edit_network_saml_injection', 'onelogin_saml_configuration_multisite_injection');
add_action('network_admin_edit_network_saml_enabler', 'onelogin_saml_configuration_multisite_enabler');
Expand Down
Loading

0 comments on commit dc08363

Please sign in to comment.