Polish How-to Customize UserInfo response

Remove another extraneous numbered callout.

Issue gh-537
This commit is contained in:
Steve Riesenberg
2022-05-25 10:23:19 -05:00
parent 2c1132c6ee
commit 5778192cbf

View File

@@ -144,7 +144,7 @@ public class EnableUserInfoSecurityConfig {
return new ImmutableJWKSet<>(jwkSet);
}
private static KeyPair generateRsaKey() { // <6>
private static KeyPair generateRsaKey() {
KeyPair keyPair;
try {
KeyPairGenerator keyPairGenerator = KeyPairGenerator.getInstance("RSA");