Metadatas

This commit is contained in:
MaxKey
2022-02-16 15:33:50 +08:00
parent 370bb8b210
commit fdfcf44ccb
3 changed files with 51 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ public class JwtAuthorizeEndpoint extends AuthorizeBaseEndpoint{
jwkSetString = jwkSetString + "," +jwtDetails.getAlgorithmKey();
}
}
JWKSetKeyStore jwkSetKeyStore = new JWKSetKeyStore("{\"keys\": [" + jwkSetString + "]}");
return PrettyFactory.getJsonPretty().format(