We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a629a38 commit 9ed1636Copy full SHA for 9ed1636
1 file changed
src/Server.php
@@ -387,6 +387,7 @@ private function getCDC(): array
387
Logger::warning('CDC - Invalid base64-encoding of CDC entry.');
388
return [];
389
}
390
+ Assert::validURI($idp, ProtocolViolationException::class);
391
392
393
return $ret;
0 commit comments