-
Notifications
You must be signed in to change notification settings - Fork 17
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
problems logging in on openeo.cloud #128
Comments
There was an issue recently on openeo.cloud where no authentication provider was exposed. I assume that's the error and the R client had an issue with getting an empty list. It should work again, right? So I'd assume the only bug here is to give a better error message or handle it differently if no authentication provider is available. |
I assume this part in providers = list_oidc_providers()
provider = providers[[1]]
if (is_null(provider)) { We should probably check the length of providers and if it's 0, give a message that the user is required to specify a provider. Otherwise, handle it as usual... |
Fix problems when authentication provider is missing #128
I get pretty consistently the message
after trying to login by
and later on authentication errors. I'm not sure whether this is a problem with this client, but the error (?) message is not helpful. Any ideas?
The text was updated successfully, but these errors were encountered: