You are here

function access_shib_login in Shibboleth Authentication 6.3

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

Dummy access argument function

1 string reference to 'access_shib_login'
shib_auth_menu in ./shib_auth.module
Generate the menu element to access the Shibboleth authentication module's administration page @returns HTML text of the administer menu element

File

./shib_auth.module, line 572
This is a Shibboleth authentication module.

Code

function access_shib_login() {
  return TRUE;
}