You are here

function access_shib_login in Shibboleth Authentication 7.4

Same name and namespace in other branches
  1. 6.4 shib_auth.module \access_shib_login()
  2. 6.3 shib_auth.module \access_shib_login()

Dummy access argument function.

1 string reference to 'access_shib_login'
shib_auth_menu in ./shib_auth.module
Implements hook_menu().

File

./shib_auth.module, line 1235
Drupal Shibboleth authentication module.

Code

function access_shib_login() {
  return shib_auth_session_valid();
}