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
Hi Team,
We have pulled the latest SDLC Docker image and have it integrated with our Gitlab onprem server and its working fine.
When we try to switch over the OIDC authentication to generic OIDC Client, we are facing below issue and Can anyone of You
please provide guidance on how to move forward with this issue?
HTTP ERROR 500 org.pac4j.core.exception.TechnicalException: configuration cannot be null</h2> URI: /sdlc/auth/authorize Status: 500 Message: org.pac4j.core.exception.TechnicalException: configuration cannot be null Servlet: jersey Caused By: org.pac4j.core.exception.TechnicalException: configuration cannot be null
The config we tried are below:
"clients": [ { "org.pac4j.oidc.client.OidcClient": { "name": "OidcClient", "clientId": "", "secret": "", "discoveryUri": "https://xxxxx/.well-known/openid-configuration", "scope": "openid profile api" } } ],
"clients": [ { "org.pac4j.oidc.client.AzureAdClient": { "name": "AzureAd", "clientId": "", "secret": "", "discoveryUri": "https://xxxxx/.well-known/openid-configuration", "scope": "openid profile api" } } ],
The text was updated successfully, but these errors were encountered:
epsstan
beekemarie
No branches or pull requests
OIDC Config for SDLC Authentication
Hi Team,
When we try to switch over the OIDC authentication to generic OIDC Client, we are facing below issue and Can anyone of You
please provide guidance on how to move forward with this issue?
The config we tried are below:
"clients": [
{
"org.pac4j.oidc.client.OidcClient": {
"name": "OidcClient",
"clientId": "",
"secret": "",
"discoveryUri": "https://xxxxx/.well-known/openid-configuration",
"scope": "openid profile api"
}
}
],
"clients": [
{
"org.pac4j.oidc.client.AzureAdClient": {
"name": "AzureAd",
"clientId": "",
"secret": "",
"discoveryUri": "https://xxxxx/.well-known/openid-configuration",
"scope": "openid profile api"
}
}
],
The text was updated successfully, but these errors were encountered: