Skip to content

Commit 26f359a

Browse files
committed
Merge branch '6.4.x' into 6.5.x
2 parents d48c463 + 5ba4ab5 commit 26f359a

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,11 @@ spring:
143143
security:
144144
saml2:
145145
relyingparty:
146-
okta:
147-
identityprovider:
148-
entity-id: ...
149-
singlesignon.sign-request: false
146+
registration:
147+
okta:
148+
assertingparty:
149+
entity-id: ...
150+
singlesignon.sign-request: false
150151
----
151152
152153
Java::

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

Lines changed: 12 additions & 11 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"
@@ -886,16 +886,17 @@ spring:
886886
security:
887887
saml2:
888888
relyingparty:
889-
okta:
890-
signing.credentials: &relying-party-credentials
891-
- private-key-location: classpath:rp.key
892-
certificate-location: classpath:rp.crt
893-
identityprovider:
894-
entity-id: ...
895-
azure:
896-
signing.credentials: *relying-party-credentials
897-
identityprovider:
898-
entity-id: ...
889+
registration:
890+
okta:
891+
signing.credentials: &relying-party-credentials
892+
- private-key-location: classpath:rp.key
893+
certificate-location: classpath:rp.crt
894+
assertingparty:
895+
entity-id: ...
896+
azure:
897+
signing.credentials: *relying-party-credentials
898+
assertingparty:
899+
entity-id: ...
899900
----
900901

901902
Second, in a database, you need not replicate the model of `RelyingPartyRegistration`.

0 commit comments

Comments
 (0)