You are here

function simplesamlphp_auth_admin_paths in simpleSAMLphp Authentication 7

Implements hook_admin_paths().

1 call to simplesamlphp_auth_admin_paths()
_simplesamlphp_auth_isEnabled in ./simplesamlphp_auth.module
Checks to see if authentication via SimpleSAMLphp should be activated

File

./simplesamlphp_auth.module, line 59
simpleSAMLphp authentication module for Drupal.

Code

function simplesamlphp_auth_admin_paths() {
  return array(
    'admin/config/people/simplesamlphp_auth' => TRUE,
  );
}