Skip to content

Commit a044720

Browse files
committed
Changed connection id.
1 parent e91c85e commit a044720

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyspedas/projects/kompsat/esa_hapi_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def get_esa_hapi_connection():
1616
``{"Authorization": "Bearer <token>"}`` when successful, else ``None``.
1717
"""
1818
issuer = "https://sso.s2p.esa.int/realms/swe/.well-known/openid-configuration"
19-
client_id = "d2908e964bbfc8cd25bdf2dcaa4e5e1b"
20-
client_secret = "y3akZhgnoj9cDDsPRPATrPBjgo2pNpRU"
19+
client_id = "ed039925634925f75da9075ff297fd0c"
20+
client_secret = "dpX1Gzy8sp7DNfIqQpxz8r6se7m2Ae8C"
2121
scope = "openid swe_hapiserver"
2222

2323
try:

0 commit comments

Comments
 (0)