You are here

public function Idp::getNameIdField in SAML Service Provider 4.x

Same name and namespace in other branches
  1. 8.3 src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getNameIdField()
  2. 3.x src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getNameIdField()

Returns the response field used to uniquely identify a user.

Return value

string The field name.

Overrides IdpInterface::getNameIdField

File

src/Entity/Idp.php, line 156

Class

Idp
Defines the Idp entity.

Namespace

Drupal\saml_sp\Entity

Code

public function getNameIdField() {
  return $this->nameid_field;
}