Dual auth: machine endpoints use Ed25519 JWT filter, all other API endpoints use Spring Security OAuth2 Resource Server with Logto OIDC. Mock JwtDecoder provided for test isolation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
189 B
YAML
11 lines
189 B
YAML
spring:
|
|
jpa:
|
|
show-sql: false
|
|
flyway:
|
|
clean-disabled: false
|
|
security:
|
|
oauth2:
|
|
resourceserver:
|
|
jwt:
|
|
issuer-uri: https://test-issuer.example.com/oidc
|