Skip to content

Commit

Permalink
Update the oidc urls (#61)
Browse files Browse the repository at this point in the history
* Update core.py

* Update pyproject.toml
  • Loading branch information
SerRichard authored Nov 18, 2024
1 parent fb2d492 commit bd1e453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openeo_fastapi/client/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def get_credentials_oidc(self) -> CredentialsOidcGetResponse:
DefaultClient(
id="openeo-platform-default-client",
redirect_urls=[
"https://editor.openeo.cloud",
"https://editor.openeo.org",
"https://editor.openeo.cloud/",
"https://editor.openeo.org/",
"http://localhost:1410/",
],
grant_types=[
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openeo-fastapi"
version = "2024.10.1"
version = "2024.11.1"
description = "FastApi implementation conforming to the OpenEO Api specification."
authors = ["Sean Hoyal <sean.hoyal@external.eodc.eu>"]
readme = "README.md"
Expand Down

0 comments on commit bd1e453

Please sign in to comment.