Skip to content

Commit a764aeb

Browse files
committed
Rename 'identityprovider' property to 'assertingparty'
Spring Boot 2.7 renamed spring.security.saml2.relyingparty.registration.*.identityprovider.* to spring.security.saml2.relyingparty.registration.*.assertingparty.*. Closes gh-12810.
1 parent ff8b77d commit a764aeb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/modules/ROOT/pages/servlet/saml2/login/authentication-requests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spring:
144144
saml2:
145145
relyingparty:
146146
okta:
147-
identityprovider:
147+
assertingparty:
148148
entity-id: ...
149149
singlesignon.sign-request: false
150150
----

docs/modules/ROOT/pages/servlet/saml2/login/overview.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spring:
125125
relyingparty:
126126
registration:
127127
adfs:
128-
identityprovider:
128+
assertingparty:
129129
entity-id: https://idp.example.com/issuer
130130
verification.credentials:
131131
- certificate-location: "classpath:idp.crt"
@@ -890,11 +890,11 @@ spring:
890890
signing.credentials: &relying-party-credentials
891891
- private-key-location: classpath:rp.key
892892
certificate-location: classpath:rp.crt
893-
identityprovider:
893+
assertingparty:
894894
entity-id: ...
895895
azure:
896896
signing.credentials: *relying-party-credentials
897-
identityprovider:
897+
assertingparty:
898898
entity-id: ...
899899
----
900900

0 commit comments

Comments
 (0)