We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e237c76 commit 9ef076dCopy full SHA for 9ef076d
library/EngineBlock/Corto/Module/Service/ProvideConsent.php
@@ -78,8 +78,11 @@ public function serve($serviceName)
78
);
79
return;
80
}
81
- $nameId = isset($response['saml:Assertion']['saml:Subject']['saml:NameID']['__v']) ?
82
- $response['saml:Assertion']['saml:Subject']['saml:NameID']['__v'] : null;
+ /*
+ * We don't show the nameId for now as we must base this on the nameID format and this will
83
+ * be later on in the process defined.
84
+ */
85
+ $nameId = null;
86
87
$html = $this->_server->renderTemplate(
88
'consent',
0 commit comments