Skip to content

Commit 772a4a8

Browse files
danilopiazzajzheaux
authored andcommitted
Add missing 'registration' property to 'relyingparty'
Signed-off-by: Danilo Piazzalunga <[email protected]>
1 parent b74cbb7 commit 772a4a8

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
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
@@ -66,10 +66,11 @@ spring:
6666
security:
6767
saml2:
6868
relyingparty:
69-
okta:
70-
assertingparty:
71-
entity-id: ...
72-
singlesignon.sign-request: false
69+
registration:
70+
okta:
71+
assertingparty:
72+
entity-id: ...
73+
singlesignon.sign-request: false
7374
----
7475
7576
Java::

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -835,16 +835,17 @@ spring:
835835
security:
836836
saml2:
837837
relyingparty:
838-
okta:
839-
signing.credentials: &relying-party-credentials
840-
- private-key-location: classpath:rp.key
841-
certificate-location: classpath:rp.crt
842-
assertingparty:
843-
entity-id: ...
844-
azure:
845-
signing.credentials: *relying-party-credentials
846-
assertingparty:
847-
entity-id: ...
838+
registration:
839+
okta:
840+
signing.credentials: &relying-party-credentials
841+
- private-key-location: classpath:rp.key
842+
certificate-location: classpath:rp.crt
843+
assertingparty:
844+
entity-id: ...
845+
azure:
846+
signing.credentials: *relying-party-credentials
847+
assertingparty:
848+
entity-id: ...
848849
----
849850

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

0 commit comments

Comments
 (0)