You are here

public function SAML2_Assertion::setAuthenticatingAuthority in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

Set the AuthenticatingAuthority

Parameters

array.:

File

includes/Assertion.php, line 925

Class

SAML2_Assertion

Code

public function setAuthenticatingAuthority($authenticatingAuthority) {
  $this->AuthenticatingAuthority = $authenticatingAuthority;
}