Merge branch '2.7.x'

This commit is contained in:
Moritz Halbritter
2022-04-20 08:26:35 +02:00
8 changed files with 308 additions and 79 deletions

View File

@@ -262,7 +262,7 @@ You can register multiple relying parties under the `spring.security.saml2.relyi
credentials:
- private-key-location: "path-to-private-key"
certificate-location: "path-to-certificate"
identityprovider:
asserting-party:
verification:
credentials:
- certificate-location: "path-to-verification-cert"
@@ -278,7 +278,7 @@ You can register multiple relying parties under the `spring.security.saml2.relyi
credentials:
- private-key-location: "path-to-private-key"
certificate-location: "path-to-certificate"
identityprovider:
asserting-party:
verification:
credentials:
- certificate-location: "path-to-other-verification-cert"