@@ -439,11 +439,11 @@ content into your application; rather pick only the properties that you need.
439439 security.user.password= # Password for the default user name. A random password is logged on startup by default.
440440 security.user.role=USER # Granted roles for the default user name.
441441
442- # SECURITY OAUTH2 CLIENT ({sc-spring-boot-autoconfigure}/security/oauth2/OAuth2ClientProperties.{sc-ext}[OAuth2ClientProperties]
442+ # SECURITY OAUTH2 CLIENT ({sc-spring-boot-autoconfigure}/security/oauth2/OAuth2ClientProperties.{sc-ext}[OAuth2ClientProperties])
443443 security.oauth2.client.client-id= # OAuth2 client id.
444444 security.oauth2.client.client-secret= # OAuth2 client secret. A random secret is generated by default
445445
446- # SECURITY OAUTH2 RESOURCES ({sc-spring-boot-autoconfigure}/security/oauth2/resource/ResourceServerProperties.{sc-ext}[ResourceServerProperties]
446+ # SECURITY OAUTH2 RESOURCES ({sc-spring-boot-autoconfigure}/security/oauth2/resource/ResourceServerProperties.{sc-ext}[ResourceServerProperties])
447447 security.oauth2.resource.id= # Identifier of the resource.
448448 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.
449449 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.
@@ -453,7 +453,7 @@ content into your application; rather pick only the properties that you need.
453453 security.oauth2.resource.token-type= # The token type to send when using the userInfoUri.
454454 security.oauth2.resource.user-info-uri= # URI of the user endpoint.
455455
456- # SECURITY OAUTH2 SSO ({sc-spring-boot-autoconfigure}/security/oauth2/client/OAuth2SsoProperties.{sc-ext}[OAuth2SsoProperties]
456+ # SECURITY OAUTH2 SSO ({sc-spring-boot-autoconfigure}/security/oauth2/client/OAuth2SsoProperties.{sc-ext}[OAuth2SsoProperties])
457457 security.oauth2.sso.filter-order= # Filter order to apply if not providing an explicit WebSecurityConfigurerAdapter
458458 security.oauth2.sso.login-path=/login # Path to the login page, i.e. the one that triggers the redirect to the OAuth2 Authorization Server
459459
0 commit comments