We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd7f29 commit 504f519Copy full SHA for 504f519
backend/src/main/java/eu/zuinnote/example/springwebdemo/configuration/SecurityConfigurationSaml2.java
@@ -79,10 +79,7 @@ SecurityFilterChain app(HttpSecurity http) throws Exception {
79
config.getSaml2()
80
.getSamlRoleAttributeSeparator());
81
for (String authorityString : attributeValueArray) {
82
- log.debug(
83
- String.format(
84
- "Adding authority: %s",
85
- authorityString));
+ log.debug("Adding authority: {}", authorityString);
86
authorities.add(authorityString);
87
}
88
0 commit comments