We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from jenkinsci/oic-auth-plugin#436 , otherwise unknown
N/A
e.g.
jenkins: securityRealm: oic: serverConfiguration: # Automatic config of endpoint wellKnown: wellKnownOpenIDConfigurationUrl: "https://myid.com/.well-known/openid-configuration" # Manual config of endpoint manual: authorizationServerUrl: "https://myid.com/authorize" issuer: "https://myid.com/" jwksServerUrl: "https://myid.com/jwks" tokenServerUrl: "https://myid.com/token" userInfoServerUrl: "https://myid.com/userInfo" useRefreshTokens: false # Credentials clientId: "myclient-01" clientSecret: "supersecret" # claims
serverConfiguration is a single valued Describable, yet the config contains two conflicting values for the above.
serverConfiguration
the startup should error or warn as the configuration is invalid
no warning / error
No response
The text was updated successfully, but these errors were encountered:
You don't happen to have the merge strategy enabled?
https://github.com/jenkinsci/configuration-as-code-plugin/blob/8b9efc1b9026942064d5248c92bf89cb00f83ea0/docs/features/mergeStrategy.md
Sorry, something went wrong.
No branches or pull requests
Jenkins and plugins versions report
Environment
from jenkinsci/oic-auth-plugin#436 , otherwise unknown
What Operating System are you using (both controller, and any agents involved in the problem)?
N/A
Reproduction steps
e.g.
serverConfiguration
is a single valued Describable, yet the config contains two conflicting values for the above.Expected Results
the startup should error or warn as the configuration is invalid
Actual Results
no warning / error
Anything else?
No response
The text was updated successfully, but these errors were encountered: