You are here

function check_shib_service in Shibboleth Authentication 6.2

Shibboleth service chekker function.

Return value

TRUE if shibboleth service is avaiable, and FALSE if the service is unavaiable.

File

./shib_auth.module, line 282

Code

function check_shib_service() {

  //TODO

  //there isn't documented way
  return TRUE;
}