You are here

function addID in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

1 call to addID()
mo_saml_visualTour.php in ./mo_saml_visualTour.php

File

./mo_saml_visualTour.php, line 54

Code

function addID() {
  $idArray = array(
    array(
      'selector' => '.tabs li:nth-of-type(1)>a',
      'newID' => 'mo_vt_idp',
    ),
    array(
      'selector' => '.tabs li:nth-of-type(2)>a',
      'newID' => 'mo_vt_sp',
    ),
    array(
      'selector' => '.tabs li:nth-of-type(3)>a',
      'newID' => 'mo_vt_mapp',
    ),
    array(
      'selector' => '.tabs li:nth-of-type(4)>a',
      'newID' => 'mo_vt_signin',
    ),
    array(
      'selector' => '.tabs li:nth-of-type(5)>a',
      'newID' => 'mo_vt_import',
    ),
    array(
      'selector' => '.tabs li:nth-of-type(7)>a',
      'newID' => 'mo_vt_license',
    ),
    array(
      'selector' => '.tabs li:nth-of-type(8)>a',
      'newID' => 'mo_vt_acnt',
    ),
    array(
      'selector' => '.tabs li:nth-of-type(9)>a',
      'newID' => 'mo_vt_query',
    ),
  );
  return $idArray;
}