jenkinsci / oidc-provider-plugin

OpenID Connect Provider Plugin for Jenkins
https://plugins.jenkins.io/oidc-provider/
MIT License
22 stars 13 forks source link

Display predicted `iss`uer #5

Closed jglick closed 2 years ago

jglick commented 2 years ago

The config form for id token credentials ought to show what issuer URL is expected. This is a little tricky since you need to look up the credentials provider storing the current credentials, which is not supported by the API (there is no owner backlink). Could be done in concert with #2.