@ -477,32 +477,17 @@ content into your application; rather pick only the properties that you need.
@@ -477,32 +477,17 @@ content into your application; rather pick only the properties that you need.
security.oauth2.resource.filter-order= # The order of the filter chain used to authenticate tokens.
security.oauth2.resource.id= # Identifier of the resource.
security.oauth2.resource.jwt.key-uri= # The URI of the JWT token. Can be set if the value is not available and the key is public.
security.oauth2.resource.jwt.key-value= # The verification key of the JWT token. Can either be a symmetric secret or PEM-encoded RSA public key.
@ -514,7 +499,6 @@ content into your application; rather pick only the properties that you need.
@@ -514,7 +499,6 @@ content into your application; rather pick only the properties that you need.
security.oauth2.resource.user-info-uri= # URI of the user endpoint.
security.oauth2.sso.filter-order= # Filter order to apply if not providing an explicit WebSecurityConfigurerAdapter
security.oauth2.sso.login-path=/login # Path to the login page, i.e. the one that triggers the redirect to the OAuth2 Authorization Server
@ -1210,8 +1194,6 @@ content into your application; rather pick only the properties that you need.
@@ -1210,8 +1194,6 @@ content into your application; rather pick only the properties that you need.
management.address= # Network address that the management endpoints should bind to.
management.context-path= # Management endpoint context-path. For instance `/actuator`
management.port= # Management endpoint HTTP port. Uses the same port as the application by default. Configure a different port to use management-specific SSL.
management.security.roles=ACTUATOR # Comma-separated list of roles that can access the management endpoint.
management.security.sessions=stateless # Session creating policy to use (always, never, if_required, stateless).
management.ssl.ciphers= # Supported SSL ciphers. Requires a custom management.port.
management.ssl.client-auth= # Whether client authentication is wanted ("want") or needed ("need"). Requires a trust store. Requires a custom management.port.