Browse Source

Add missing registration property in YAML listing

Signed-off-by: Danilo Piazzalunga <danilopiazza@gmail.com>
pull/17076/head
Danilo Piazzalunga 7 months ago committed by Josh Cummings
parent
commit
27319e3f9b
  1. 9
      docs/modules/ROOT/pages/servlet/saml2/login/authentication-requests.adoc
  2. 21
      docs/modules/ROOT/pages/servlet/saml2/login/overview.adoc

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

@ -66,10 +66,11 @@ spring:
security: security:
saml2: saml2:
relyingparty: relyingparty:
okta: registration:
assertingparty: okta:
entity-id: ... assertingparty:
singlesignon.sign-request: false entity-id: ...
singlesignon.sign-request: false
---- ----
Java:: Java::

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

@ -835,16 +835,17 @@ spring:
security: security:
saml2: saml2:
relyingparty: relyingparty:
okta: registration:
signing.credentials: &relying-party-credentials okta:
- private-key-location: classpath:rp.key signing.credentials: &relying-party-credentials
certificate-location: classpath:rp.crt - private-key-location: classpath:rp.key
assertingparty: certificate-location: classpath:rp.crt
entity-id: ... assertingparty:
azure: entity-id: ...
signing.credentials: *relying-party-credentials azure:
assertingparty: signing.credentials: *relying-party-credentials
entity-id: ... assertingparty:
entity-id: ...
---- ----
Second, in a database, you need not replicate the model of `RelyingPartyRegistration`. Second, in a database, you need not replicate the model of `RelyingPartyRegistration`.

Loading…
Cancel
Save