I'm looking for a plugin that supports an arbitrary openid connect provider and I'd like to set login to only occur through this provider. I've seen that there is an openid plugin but seems to support openid 1 and 2 not openid connect(which is fundamentally different). There is also
https://wiki.jenkins-ci.org/display/JENKINS/Google+OAuth+Plugin and
https://wiki.jenkins-ci.org/display/JENKINS/Google+Login+Plugin but they are targeted specifically at google. And while they do oauth2 I'm not entirely sure if they follow the openid connect spec and if I could somehow trick them into using an other provider.
Did I overlook things or is there no plugin that supports openid connect with configurable provider?