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

OIDC Config for SDLC Authentication #509

Open
rmramprabhu opened this issue Aug 17, 2022 · 0 comments
Open

OIDC Config for SDLC Authentication #509

rmramprabhu opened this issue Aug 17, 2022 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@rmramprabhu
Copy link

OIDC Config for SDLC Authentication

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"
}
}
],

@rmramprabhu rmramprabhu added the question Further information is requested label Aug 17, 2022
@epsstan epsstan transferred this issue from finos/legend Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants