Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jwt:
'100': primary.crt
'101': secondary.crt
clockSkewInSeconds: 60
# Key distribution server standard: JsonWebKeySet for other OAuth 2.0 provider| X509Certificate for light-oauth2
keyResolver: X509Certificate

# Enable or disable JWT token logging
logJwtToken: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jwt:
'100': primary.crt
'101': secondary.crt
clockSkewInSeconds: 60
# Key distribution server standard: JsonWebKeySet for other OAuth 2.0 provider| X509Certificate for light-oauth2
keyResolver: X509Certificate

# Enable or disable JWT token logging
logJwtToken: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jwt:
'100': primary.crt
'101': secondary.crt
clockSkewInSeconds: 60
# Key distribution server standard: JsonWebKeySet for other OAuth 2.0 provider| X509Certificate for light-oauth2
keyResolver: X509Certificate

# Enable or disable JWT token logging
logJwtToken: ${openapi-security.logJwtToken:true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jwt:
'100': primary.crt
'101': secondary.crt
clockSkewInSeconds: 60
# Key distribution server standard: JsonWebKeySet for other OAuth 2.0 provider| X509Certificate for light-oauth2
keyResolver: X509Certificate

# Enable or disable JWT token logging
logJwtToken: true
Expand Down