jenkinsci / oidc-provider-plugin

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

Does OIDC Provider Plugin expose metadata endpoint? #33

Closed elinesterov closed 1 year ago

elinesterov commented 1 year ago

Describe your use-case which is not covered by existing documentation.

It is unclear from the documentation, but it seems that the OIDC configuration metadata and keys endpoint are not exposed over the Jenkins URL and are only intended to be shared through some 3rd party means like S3 bucket.

Also, is there a plan to expose the OIDC metadata endpoint on Jenkins controller?

Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.

No response

elinesterov commented 1 year ago

Ooops. Sorry for the confusion. For some reason jenkins-url/oidc/ endpoint returns 404 for me. but jwks is fine

elinesterov commented 1 year ago

I guess part of the confusion is if you put URL to an issuer even if it is Jenkins URL it just stops servicing that endpoint.