mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Add missing registration property in YAML listing
Signed-off-by: Danilo Piazzalunga <danilopiazza@gmail.com>
This commit is contained in:
parent
ec462e8bc5
commit
27319e3f9b
@ -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::
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user