format = \SAML2\Constants::NAMEID_TRANSIENT; } /** * Get the NameID value. * * @param array $state The state array. * @return string|null The NameID value. */ protected function getValue(array &$state) { return SimpleSAML\Utils\Random::generateID(); } }