We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91c85e commit a044720Copy full SHA for a044720
1 file changed
pyspedas/projects/kompsat/esa_hapi_data.py
@@ -16,8 +16,8 @@ def get_esa_hapi_connection():
16
``{"Authorization": "Bearer <token>"}`` when successful, else ``None``.
17
"""
18
issuer = "https://sso.s2p.esa.int/realms/swe/.well-known/openid-configuration"
19
- client_id = "d2908e964bbfc8cd25bdf2dcaa4e5e1b"
20
- client_secret = "y3akZhgnoj9cDDsPRPATrPBjgo2pNpRU"
+ client_id = "ed039925634925f75da9075ff297fd0c"
+ client_secret = "dpX1Gzy8sp7DNfIqQpxz8r6se7m2Ae8C"
21
scope = "openid swe_hapiserver"
22
23
try:
0 commit comments