mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
Merge branch '6.3.x' into 6.4.x
This commit is contained in:
commit
5ba4ab5e11
@ -103,8 +103,9 @@ spring:
|
|||||||
security:
|
security:
|
||||||
saml2:
|
saml2:
|
||||||
relyingparty:
|
relyingparty:
|
||||||
|
registration:
|
||||||
okta:
|
okta:
|
||||||
identityprovider:
|
assertingparty:
|
||||||
entity-id: ...
|
entity-id: ...
|
||||||
singlesignon.sign-request: false
|
singlesignon.sign-request: false
|
||||||
----
|
----
|
||||||
|
@ -125,7 +125,7 @@ spring:
|
|||||||
relyingparty:
|
relyingparty:
|
||||||
registration:
|
registration:
|
||||||
adfs:
|
adfs:
|
||||||
identityprovider:
|
assertingparty:
|
||||||
entity-id: https://idp.example.com/issuer
|
entity-id: https://idp.example.com/issuer
|
||||||
verification.credentials:
|
verification.credentials:
|
||||||
- certificate-location: "classpath:idp.crt"
|
- certificate-location: "classpath:idp.crt"
|
||||||
@ -886,15 +886,16 @@ spring:
|
|||||||
security:
|
security:
|
||||||
saml2:
|
saml2:
|
||||||
relyingparty:
|
relyingparty:
|
||||||
|
registration:
|
||||||
okta:
|
okta:
|
||||||
signing.credentials: &relying-party-credentials
|
signing.credentials: &relying-party-credentials
|
||||||
- private-key-location: classpath:rp.key
|
- private-key-location: classpath:rp.key
|
||||||
certificate-location: classpath:rp.crt
|
certificate-location: classpath:rp.crt
|
||||||
identityprovider:
|
assertingparty:
|
||||||
entity-id: ...
|
entity-id: ...
|
||||||
azure:
|
azure:
|
||||||
signing.credentials: *relying-party-credentials
|
signing.credentials: *relying-party-credentials
|
||||||
identityprovider:
|
assertingparty:
|
||||||
entity-id: ...
|
entity-id: ...
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user