Remove outdated additional metadata
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user