I want to implement jwks key with Identityserver4 for jwks endpoint, I've already checked alot of articles but no one can solve my requirement Here's is my requirement.
RSA encryption key with a 3072-bit key
{
"kty": "RSA",
"use": "enc",
"kid": "enc-2021-01-15T12:09:06Z",
"e": "xxxxx",
"n": "xxxxx",
"alg": "RSA-OAEP-256"
}