Rename 'identityprovider' property to 'asserting-party'

Rename spring.security.saml2.relyingparty.registration.*.identity-provider.*
to spring.security.saml2.relyingparty.registration.*.asserting-party.*

The old property names are still supported, but will lead to a warning
in the logs.

Closes gh-30642
This commit is contained in:
Moritz Halbritter
2022-04-14 11:27:05 +02:00
parent 38c2a5c14b
commit 6c400daa48
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"