witty-actor-87329
10/18/2021, 6:28 PMCaused by: com.nimbusds.oauth2.sdk.ParseException: The scope must include an "openid" value
at com.nimbusds.openid.connect.sdk.AuthenticationRequest.parse(AuthenticationRequest.java:1378)
at com.nimbusds.openid.connect.sdk.AuthenticationRequest.parse(AuthenticationRequest.java:1312)
at org.pac4j.oidc.redirect.OidcRedirectActionBuilder.buildAuthenticationRequestUrl(OidcRedirectActionBuilder.java:110)
... 49 common frames omitted
Below is my configurations:
- AUTH_OIDC_ENABLED=true
- AUTH_OIDC_CLIENT_ID=xxxxxxxxxxxxxxx
- AUTH_OIDC_CLIENT_SECRET=zzzzzzzzzzzzzzzz
- AUTH_OIDC_DISCOVERY_URI=<https://xyz.okta.com/.well-known/openid-configuration>
- AUTH_OIDC_BASE_URL=<https://datahub-prod.xyz.io>
- AUTH_OIDC_SCOPE="openid profile email groups"
Can anyone help on this. cc: @gentle-father-80172big-carpet-38439
10/19/2021, 6:46 PMbig-carpet-38439
10/19/2021, 6:46 PM