17 lines
554 B
YAML
17 lines
554 B
YAML
logging.level:
|
|
org.springframework.security: TRACE
|
|
|
|
spring:
|
|
security:
|
|
saml2:
|
|
relyingparty:
|
|
registration:
|
|
one:
|
|
signing.credentials:
|
|
- private-key-location: classpath:credentials/rp-private.key
|
|
certificate-location: classpath:credentials/rp-certificate.crt
|
|
singlelogout:
|
|
binding: POST
|
|
response-url: "{baseUrl}/logout/saml2/slo"
|
|
assertingparty.metadata-uri: https://dev-05937739.okta.com/app/exk46xofd8NZvFCpS5d7/sso/saml/metadata
|