Polish How-to Customize UserInfo response
Remove unneeded `issuer()` in `ProviderSettings` (found one more). Issue gh-537
This commit is contained in:
@@ -159,7 +159,7 @@ public class EnableUserInfoSecurityConfig {
|
||||
|
||||
@Bean
|
||||
public ProviderSettings providerSettings() {
|
||||
return ProviderSettings.builder().issuer("http://localhost:9000").build();
|
||||
return ProviderSettings.builder().build();
|
||||
}
|
||||
// @fold:off
|
||||
|
||||
|
||||
Reference in New Issue
Block a user