@ -460,11 +460,11 @@ content into your application; rather pick only the properties that you need.
@@ -460,11 +460,11 @@ content into your application; rather pick only the properties that you need.
security.user.password= # Password for the default user name. A random password is logged on startup by default.
security.user.role=USER # Granted roles for the default user name.
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.
@ -474,7 +474,7 @@ content into your application; rather pick only the properties that you need.
@@ -474,7 +474,7 @@ content into your application; rather pick only the properties that you need.
security.oauth2.resource.token-type= # The token type to send when using the userInfoUri.
security.oauth2.resource.user-info-uri= # URI of the user endpoint.