Skip to content

Commit da59d5c

Browse files
committed
Polish
1 parent ecee04a commit da59d5c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -531,11 +531,12 @@ content into your application. Rather, pick only the properties that you need.
531531
532532
# SECURITY OAUTH2 CLIENT ({sc-spring-boot-autoconfigure}/security/oauth2/client/OAuth2ClientProperties.{sc-ext}[OAuth2ClientProperties])
533533
spring.security.oauth2.client.provider.*= # OAuth provider details.
534-
spring.security.oauth2.client.registration.*= # OAuth client registrations.
534+
spring.security.oauth2.client.registration.authorization-code.*= # OAuth2 authorization_code client registrations.
535+
spring.security.oauth2.client.registration.login.*= # OpenID Connect client registrations.
535536
536537
# SECURITY OAUTH2 RESOURCE SERVER ({sc-spring-boot-autoconfigure}/security/oauth2/resource/OAuth2ResourceServerProperties.{sc-ext}[OAuth2ResourceServerProperties])
537538
spring.security.oauth2.resourceserver.jwt.jwk-set-uri= # JSON Web Key URI to use to verify the JWT token.
538-
spring.security.oauth2.resource.jwt.issuer-uri= # URI that an OpenID Connect Provider asserts as its Issuer Identifier.
539+
spring.security.oauth2.resourceserver.jwt.issuer-uri= # URI that an OpenID Connect Provider asserts as its Issuer Identifier.
539540
540541
# ----------------------------------------
541542
# DATA PROPERTIES
@@ -1403,10 +1404,10 @@ content into your application. Rather, pick only the properties that you need.
14031404
management.metrics.export.datadog.read-timeout=10s # Read timeout for requests to this backend.
14041405
management.metrics.export.datadog.step=1m # Step size (i.e. reporting frequency) to use.
14051406
management.metrics.export.datadog.uri=https://app.datadoghq.com # URI to ship metrics to. If you need to publish metrics to an internal proxy en-route to Datadog, you can define the location of the proxy with this.
1406-
management.metrics.export.dynatrace.api-token= # Dynatrace API token.
1407+
management.metrics.export.dynatrace.api-token= # Dynatrace authentication token.
14071408
management.metrics.export.dynatrace.batch-size=10000 # Number of measurements per request to use for this backend. If more measurements are found, then multiple requests will be made.
14081409
management.metrics.export.dynatrace.connect-timeout=1s # Connection timeout for requests to this backend.
1409-
management.metrics.export.dynatrace.deviceId= # ID of the custom device that is exporting metrics to Dynatrace.
1410+
management.metrics.export.dynatrace.device-id= # ID of the custom device that is exporting metrics to Dynatrace.
14101411
management.metrics.export.dynatrace.enabled=true # Whether exporting of metrics to this backend is enabled.
14111412
management.metrics.export.dynatrace.num-threads=2 # Number of threads to use with the metrics publishing scheduler.
14121413
management.metrics.export.dynatrace.read-timeout=10s # Read timeout for requests to this backend.

0 commit comments

Comments
 (0)