Skip to content

Commit 4764012

Browse files
committed
openeofed: Enable EOEPCA oidc login (EOEPCA/roadmap#331)
Signed-off-by: Thomas Cassaert <tcassaert@inuits.eu>
1 parent 1aa485f commit 4764012

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

argocd/eoepca/openeofed/values-openeofed.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,22 @@ configMaps:
5656
}
5757
],
5858
),
59+
OidcProvider(
60+
id="eoepca-iam",
61+
title="EOEPCA",
62+
issuer="https://iam-auth.develop.eoepca.org/realms/eoepca/",
63+
default_clients=[
64+
{
65+
"id": "openeo-default-client",
66+
"grant_types": [
67+
"authorization_code+pkce",
68+
"urn:ietf:params:oauth:grant-type:device_code+pkce",
69+
"refresh_token",
70+
],
71+
"redirect_urls": ["https://editor.openeo.org"],
72+
}
73+
],
74+
),
5975
]
6076
6177
config = AggregatorBackendConfig(

0 commit comments

Comments
 (0)