You are here

constant CasHelper::IGNOREABLE_AUTO_LOGIN_ROUTES in CAS 2.x

A list of routes we should never trigger CAS login redirect on.

File

src/Service/CasHelper.php, line 111

Class

CasHelper
Utility and helper methods.

Namespace

Drupal\cas\Service

Code

const IGNOREABLE_AUTO_LOGIN_ROUTES = [
  'cas.service',
  'cas.proxyCallback',
  'cas.login',
  'cas.legacy_login',
  'cas.logout',
  'system.cron',
  'user.logout',
  'user.logout.http',
];