Remove outdated additional metadata

This commit is contained in:
Stephane Nicoll
2017-09-10 18:59:49 +02:00
parent 2b2eb73cb0
commit 46470b5196
2 changed files with 0 additions and 19 deletions

View File

@@ -476,12 +476,9 @@ content into your application; rather pick only the properties that you need.
# SECURITY PROPERTIES
# ----------------------------------------
# SECURITY ({sc-spring-boot-autoconfigure}/security/SecurityProperties.{sc-ext}[SecurityProperties])
security.basic.authorize-mode=role # Security authorize mode to apply.
security.basic.enabled=true # Enable basic authentication.
security.filter-order=0 # Security filter chain order.
security.filter-dispatcher-types=ASYNC,ERROR,REQUEST # Security filter chain dispatcher types.
security.headers.hsts=all # HTTP Strict Transport Security (HSTS) mode (none, domain, all).
security.sessions=stateless # Session creation policy (always, never, if_required, stateless).
# SECURITY OAUTH2 CLIENT ({sc-spring-boot-autoconfigure}/security/oauth2/OAuth2ClientProperties.{sc-ext}[OAuth2ClientProperties])
security.oauth2.client.client-id= # OAuth2 client id.