-
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
HTTP 401 Unauthorize after successful login to https://openeo.dataspace.copernicus.eu #146
Comments
That is fine. The message is created within the
That message hints that you are a registered user with the CDSE, but you currently have no rights to operate in the openEO environment. It either takes a while to activate your account or you have not enrolled to openEO yet. You can do the following:
|
Hi, |
OK, then it seems to be an issue with the openeo R client and because the login with the clients should work in both cases. I will try to figure out what the problem is. To help me check for compatibility issues, can you state your R Version and the version of |
Of course:
|
I might be on to something. Can you try the following configuration?
|
No more 401!
|
The bands input must be a list, I think. Could you try: |
@flahn That looks like an issue in CDSE's OIDC config, isn't it? |
Did not help, I tried: |
I noticed the the format identifier offered by CDSE is
It might be that, or there is somehow a problem when the response data is stored to in the temp files on your local machine. You can check that, when you specify the parameter |
@m-mohr yep, I'm not sure if the openEO API allows multiple default clients or not. Internally, the first default client of the OIDC provider is picked that supports one of the implemented Authentication flows. Maybe I will add a little search that screens the client id for "openeo" as a substring. |
Hi, And those two images slightly differ in size. The file based on |
* autodetect default oidc client which contain "openeo" in its client_id * renamed an internal print function for debugging
@flahn The spec is relatively clear about it. If multiple default clients apply, the first one of them is chosen. So this looks like a backend issue. |
Hello,
I do have a problem with logging into "https://openeo.dataspace.copernicus.eu".
The login process thru
connection = login(connect(host = "https://openeo.dataspace.copernicus.eu"))
goes fine:Btw. it ever asked me to paste that XXX-XXXX
but then after:
I get:
create_job()
gives the same 401 errorThanks!
The text was updated successfully, but these errors were encountered: