You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
security.oauth2.sso.filter-order= # Filter order to apply if not providing an explicit WebSecurityConfigurerAdapter
518
502
security.oauth2.sso.login-path=/login # Path to the login page, i.e. the one that triggers the redirect to the OAuth2 Authorization Server
519
503
520
504
@@ -1210,8 +1194,6 @@ content into your application; rather pick only the properties that you need.
1210
1194
management.address= # Network address that the management endpoints should bind to.
1211
1195
management.context-path= # Management endpoint context-path. For instance `/actuator`
1212
1196
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.
1215
1197
management.security.sessions=stateless # Session creating policy to use (always, never, if_required, stateless).
1216
1198
management.ssl.ciphers= # Supported SSL ciphers. Requires a custom management.port.
1217
1199
management.ssl.client-auth= # Whether client authentication is wanted ("want") or needed ("need"). Requires a trust store. Requires a custom management.port.
0 commit comments