Skip to content

Commit ffc6d23

Browse files
committed
getMetadata20* functions do not return certData but a keys array
1 parent efd2e5b commit ffc6d23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/SimpleSAML/Metadata/SAMLParser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ private function addExtensions(array &$metadata, array $roleDescriptor): void
530530
* the browser-post binding.
531531
* - 'SingleLogoutService': String with the URL where we should send logout requests/responses.
532532
* - 'NameIDFormat': The name ID format this SP expects. This may be unset.
533-
* - 'certData': X509Certificate for entity (if present).
533+
* - 'keys': X509Certificate(s) for entity (if present).
534534
*
535535
* Metadata must be loaded with one of the parse functions before this function can be called.
536536
*
@@ -632,7 +632,7 @@ public function getMetadata20SP(): ?array
632632
* - 'SingleLogoutServiceResponse': String where we should send logout responses (if this is different from
633633
* the 'SingleLogoutService' endpoint.
634634
* - 'NameIDFormats': The name ID formats this IdP supports.
635-
* - 'certData': X509Certificate for entity (if present).
635+
* - 'keys': X509Certificate(s) for entity (if present).
636636
*
637637
* Metadata must be loaded with one of the parse functions before this function can be called.
638638
*

0 commit comments

Comments
 (0)