I am trying to configure SSO for Dremio connexion.
I have this error:
“ERROR c.d.d.server.GenericExceptionMapper - Unexpected exception when processing GET https://localhost:443/apiv2/login/sso/?redirect=%2F : java.lang.NullPointerException”
You would have to share your config file for us to see why. Since it makes contain private information, feel free to open a support ticket since SSO is only available in Enterprise Edition.
The value in authorityUrl is assumed to use OAuth 2 standard endpoints, so we would connect to:
https://websso.xx.xx/affwebservices/CASSO/oidc/dremio-dev/authorize/oauth2/v2.0/authorize
and https://websso.xx.xx/affwebservices/CASSO/oidc/dremio-dev/authorize/oauth2/oauth2/v2.0/token
If your IDP does not conform, you can manually configure the two URLs in oauth.json instead of using authorityUrl:
error: invalid_scope
error_description : L’étendue est manquante ou non valide.
state: -{-“sessionId-”:-“322797d4-6f93-499c-b9f6-94cbf8a31597-”-,-“uiRedirectUrl-”:-“/-”-}
The invalid_scope error is coming from your SSO provider, you would have to read their documentation for the scopes that need to be set (in oauth.json).