You are here

constants.php in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

Contains constants class.

File

includes/constants.php
View source
<?php

/**
 * @file
 * Contains constants class.
 */

/**
 * @file
 * This class represents constants used throughout project.
 */
class MiniorangeSAMLConstants {
  const BASE_URL = 'https://login.xecurify.com';

}

Classes

Namesort descending Description
MiniorangeSAMLConstants @file This class represents constants used throughout project.