Skip to content

Commit 2c1132c

Browse files
author
Steve Riesenberg
committed
Polish How-to Customize UserInfo response
Remove unneeded `issuer()` in `ProviderSettings` (found one more). Issue gh-537
1 parent 991b641 commit 2c1132c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/examples/src/main/java/sample/userinfo/EnableUserInfoSecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private static KeyPair generateRsaKey() { // <6>
159159

160160
@Bean
161161
public ProviderSettings providerSettings() {
162-
return ProviderSettings.builder().issuer("http://localhost:9000").build();
162+
return ProviderSettings.builder().build();
163163
}
164164
// @fold:off
165165

0 commit comments

Comments
 (0)