JWKS Error
Hello, I set up the oidc provider and configured the sso plugin, but when I tried to log in with sso, this is exactly where I got stuck
const key = keys.find((key) => key.kid === header.kid);
I guess this place doesn't give the right answer
@bekacru @Ping
const key = keys.find((key) => key.kid === header.kid);
I guess this place doesn't give the right answer
@bekacru @Ping

