Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openshift Oauth Server Incompatibility #80

Open
Philbow opened this issue Nov 28, 2024 · 0 comments
Open

Openshift Oauth Server Incompatibility #80

Philbow opened this issue Nov 28, 2024 · 0 comments

Comments

@Philbow
Copy link

Philbow commented Nov 28, 2024

Hi,

we were trying to integrate OIDC in Sonarqube on Openshift with the internal Openshift Oauth server. Unfortunately failed, as the well-known endpoint is not configureable.

By default the plugin only supports the definition of the issuer URI. The issuer URI is then used to create the well-known endpoint url for configuration auto discovery (adds /.well-known/openid-configuration to URI).

Unfortunately in Openshift the well-known endpoint is using another url https:///.well-known/oauth-authorization-server, which by standard is allowed. This breaks the compatibility with plugin.

Thanks and BR,

Philipp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant