function shib_auth_perm in Shibboleth Authentication 5.3
Same name and namespace in other branches
- 5.2 shib_auth.module \shib_auth_perm()
- 6.4 shib_auth.module \shib_auth_perm()
- 6 shib_auth.module \shib_auth_perm()
- 6.2 shib_auth.module \shib_auth_perm()
- 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 136 - Provides user authentication with Shibboleth (both v1.3 and v2.0) as well as some authorisation features (automatic role assignment base on Shibboleth attributes).
Code
function shib_auth_perm() {
return array(
'administer shibboleth authentication',
);
}