You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: