/**
  * @param $ebRequest
  */
 protected function _annotateRequestWithKeyId(EngineBlock_Saml2_AuthnRequestAnnotationDecorator $ebRequest)
 {
     $keyId = $this->_server->getKeyId();
     if (!$keyId) {
         return;
     }
     $ebRequest->setKeyId($keyId);
 }