Skip to content

Commit 13a0ccc

Browse files
authored
Update openeo/rest/connection.py
1 parent e77340e commit 13a0ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/rest/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def list_auth_providers(self) -> list[dict]:
233233
if cap.supports_endpoint(basic_path, method="GET"):
234234
providers.append(
235235
{
236-
"id": uuid.uuid4().hex,
236+
"id": basic_path,
237237
"issuer": self.build_url(basic_path),
238238
"type": "basic",
239239
"title": "Internal",

0 commit comments

Comments
 (0)