Beispiel #1
0
 /**
  * Function to actually send the authentication request.
  *
  * This function does not return.
  *
  * @param array &$state  The state array.
  * @param \SAML2\Binding $binding  The binding.
  * @param \SAML2\AuthnRequest  $ar  The authentication request.
  */
 public function sendSAML2AuthnRequest(array &$state, \SAML2\Binding $binding, \SAML2\AuthnRequest $ar)
 {
     $binding->send($ar);
     assert('FALSE');
 }