Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Oct 25, 2021
1 parent a05e524 commit 9af4823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openeo_aggregator/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ def __init__(self, backends: MultiBackendConnection, config: AggregatorConfig):
self._configured_oidc_providers: List[OidcProvider] = config.configured_oidc_providers

def oidc_providers(self) -> List[OidcProvider]:
# TODO: openeo-python-driver is not ready for changing oidc_providers in HttpAuthHandler
key = "oidc_providers"
if key not in self._cache:
providers = self._backends.build_oidc_handling(configured_providers=self._configured_oidc_providers)
Expand Down

0 comments on commit 9af4823

Please sign in to comment.