Is grafana latest version support openid connect login auth?

I see grafana have various oauth way, like google, github, generic oauth, I’d like to know is it support OpenID Connect?
My identity provider don’t have /userinfo endpoint, I need to decode the returned token id from /token endpoint to get user info.

Currently it expects a /userinfo endpoint, if you can provide a sample of the output from your provider it may be possible to add support for it.