Skip to content

Commit b74cbb7

Browse files
danilopiazzajzheaux
authored andcommitted
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. Signed-off-by: Danilo Piazzalunga <[email protected]>
1 parent a4111a6 commit b74cbb7

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
@@ -67,7 +67,7 @@ spring:
6767
saml2:
6868
relyingparty:
6969
okta:
70-
identityprovider:
70+
assertingparty:
7171
entity-id: ...
7272
singlesignon.sign-request: false
7373
----

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"
@@ -839,11 +839,11 @@ spring:
839839
signing.credentials: &relying-party-credentials
840840
- private-key-location: classpath:rp.key
841841
certificate-location: classpath:rp.crt
842-
identityprovider:
842+
assertingparty:
843843
entity-id: ...
844844
azure:
845845
signing.credentials: *relying-party-credentials
846-
identityprovider:
846+
assertingparty:
847847
entity-id: ...
848848
----
849849

0 commit comments

Comments
 (0)