Hi Team, Trying to configure okta authentication f...
# troubleshoot
w
Hi Team, Trying to configure okta authentication from react by following this guide. But getting below error:
Copy code
Caused 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:
Copy code
- 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-80172
b
Hopefully our office hours session cleared this up 🙂
As a reminder, it'd be great if you guys could experiment with re-setting that AUTH_OIDC_SCOPE variable to include the "groups" claim