You are here

function shib_auth_perm in Shibboleth Authentication 6

Same name and namespace in other branches
  1. 5.3 shib_auth.module \shib_auth_perm()
  2. 5.2 shib_auth.module \shib_auth_perm()
  3. 6.4 shib_auth.module \shib_auth_perm()
  4. 6.2 shib_auth.module \shib_auth_perm()
  5. 6.3 shib_auth.module \shib_auth_perm()

Valid permissions for this module

Return value

array An array of valid permissions for the shib_auth module

File

./shib_auth.module, line 85

Code

function shib_auth_perm() {
  return array(
    'administer shibboleth authentication',
  );
}