Skip to content

Commit

Permalink
feat(dedt_lumi): use destine auth
Browse files Browse the repository at this point in the history
  • Loading branch information
alambare committed May 3, 2024
1 parent cd4fa02 commit c949b22
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions eodag/resources/providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6404,6 +6404,14 @@
DT_CLIMATE_ADAPTATION:
outputs_extension: .grib
auth: !plugin
type: HTTPHeaderAuth
headers:
Authorization: "EmailKey {username}:{password}"
type: OIDCAuthorizationCodeFlowAuth
authorization_uri: https://auth.destine.eu/realms/desp/protocol/openid-connect/auth
redirect_uri: https://polytope.lumi.apps.dte.destination-earth.eu/
token_uri: https://auth.destine.eu/realms/desp/protocol/openid-connect/token
client_id: polytope-api-public
user_consent_needed: false
token_exchange_post_data_method: data
token_key: access_token
token_provision: header
login_form_xpath: //form[@id='kc-form-login']
authentication_uri_source: login-form

0 comments on commit c949b22

Please sign in to comment.