You are here

public function saml_sp_Auth::buildAuthnRequest in SAML Service Provider 7.3

File

includes/saml_sp.Auth.inc, line 77

Class

saml_sp_Auth

Code

public function buildAuthnRequest($settings, $forceAuthn, $isPassive, $setNameIdPolicy, $nameIdValueReq = null) {
  $this->AuthnRequest = new AuthnRequest($settings, $forceAuthn, $isPassive, $setNameIdPolicy, $nameIdValueReq);
  return $this->AuthnRequest;
}