Polish How-to Customize UserInfo response
Remove another extraneous numbered callout. Issue gh-537
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user