<@U0227B8D97F> I'm receiving this error. Someone?...
# troubleshoot
s
@witty-plumber-82249 I'm receiving this error. Someone?
Copy code
[application-akka.actor.default-dispatcher-25] WARN  application - The submitted callback is unsupported! 

ERROR controllers.AuthenticationController - Caught exception while attempting to redirect to SSO identity provider! It's likely that SSO integration is mis-configured.

org.pac4j.core.exception.TechnicalException: com.nimbusds.oauth2.sdk.ParseException: The scope must include an "openid" value
m
Hi, could you elaborate a bit on your deployment. What versions are you using? Have you enabled authentication via OIDC? Have you set all of these properties to their respective values?
Copy code
- AUTH_OIDC_ENABLED
      - AUTH_OIDC_CLIENT_ID
      - AUTH_OIDC_CLIENT_SECRET
      - AUTH_OIDC_DISCOVERY_URI
      - AUTH_OIDC_BASE_URL
s
Hello @microscopic-mechanic-13766 Version = v0.9.2 with the quickstart.yaml, deployed in an EC2 machine using docker. And yeah, basically I uncommented the environment variables in the docker.env file inside datahub-frontend and put the values. AUTH_OIDC_ENABLED=true AUTH_OIDC_CLIENT_ID=my-client-id AUTH_OIDC_CLIENT_SECRET=my-client-secret AUTH_OIDC_DISCOVERY_URI=https://login.microsoftonline.com/my-tenant-id/v2.0/.well-known/openid-configuration AUTH_OIDC_BASE_URL=<https//d|https/>my-datahub-url.com.br AUTH_OIDC_SCOPE="openid profile email"
Now i'm seeing this error @microscopic-mechanic-13766
m
Could you also copy here the logs of the front container?
s
@microscopic-mechanic-13766
Copy code
09:00:09 [application-akka.actor.default-dispatcher-4466] WARN  o.e.j.j.spi.PropertyFileLoginModule - Exception starting propertyUserStore /etc/datahub/plugins/frontend/auth/user.props 

09:00:09 [application-akka.actor.default-dispatcher-4466] ERROR application - The submitted callback is of type: class javax.security.auth.callback.NameCallback : javax.security.auth.callback.NameCallback@7c1832b7

09:00:09 [application-akka.actor.default-dispatcher-4466] ERROR application - The submitted callback is of type: class org.eclipse.jetty.jaas.callback.ObjectCallback : org.eclipse.jetty.jaas.callback.ObjectCallback@534e1c6e

09:00:09 [application-akka.actor.default-dispatcher-4466] WARN  application - The submitted callback is unsupported! 

09:00:09 [application-akka.actor.default-dispatcher-4466] ERROR application - The submitted callback is of type: class javax.security.auth.callback.PasswordCallback : javax.security.auth.callback.PasswordCallback@2a8fc2d

09:00:09 [application-akka.actor.default-dispatcher-4466] ERROR application - The submitted callback is of type: class javax.security.auth.callback.NameCallback : javax.security.auth.callback.NameCallback@3c966a41

09:00:09 [application-akka.actor.default-dispatcher-4466] ERROR application - The submitted callback is of type: class org.eclipse.jetty.jaas.callback.ObjectCallback : org.eclipse.jetty.jaas.callback.ObjectCallback@1a66aee
09:00:09 [application-akka.actor.default-dispatcher-4466] WARN  application - The submitted callback is unsupported!

09:00:09 [application-akka.actor.default-dispatcher-4466] ERROR application - The submitted callback is of type: class javax.security.auth.callback.PasswordCallback : javax.security.auth.callback.PasswordCallback@22a8bbd8
m
I am getting those errors too and my Datahub deployment, and it works perfectly. I am not really versed in this matter, only in the aspects that I have been encountering during my deployments so maybe @incalculable-ocean-74010 could be of more help. The last thing I would tell you to do would be to try to comment this property
AUTH_OIDC_SCOPE
s
ok i'll try
The same @microscopic-mechanic-13766 =(
b
idk if its just a copy/paste error, however this variable looks to be missing a
/
=> in the https:/`/` part:`AUTH_OIDC_BASE_URL=https:/my-datahub-url.com.br`