Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update clientId to be client-id so that we're consistently using keba…
…b-case
  • Loading branch information
christian-sahlmann authored Aug 4, 2017
commit da69bd222cb30a4a8badfe72907befc247863a1c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public void init() {
String prefix = "security.oauth2.client";
boolean defaultSecret = this.credentials.isDefaultSecret();
logger.info(String.format(
"Initialized OAuth2 Client%n%n%s.clientId = %s%n%s.client-secret = %s%n%n",
"Initialized OAuth2 Client%n%n%s.client-id = %s%n%s.client-secret = %s%n%n",
prefix, this.credentials.getClientId(), prefix,
defaultSecret ? this.credentials.getClientSecret() : "****"));
}
Expand Down