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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user