diff --git a/http-client.env.json b/http-client.env.json index a75660c..50a7b99 100644 --- a/http-client.env.json +++ b/http-client.env.json @@ -42,8 +42,8 @@ "Grant Type": "Authorization Code", "Client ID": "{{oauth2_client_id}}", "Client Secret": "{{oauth2_client_secret}}", - "Auth URL": "https://myep.ep-reisen.de/authorize", - "Token URL": "https://myep.ep-reisen.de/token", + "Auth URL": "https://my.ep-reisen.de/authorize", + "Token URL": "https://my.ep-reisen.de/token", "Redirect URL": "https://myep-team.ep-reisen.de/auth/check", "Scope": "email" }, @@ -52,8 +52,8 @@ "Grant Type": "Authorization Code", "Client ID": "{{oauth2_client_id}}", "Client Secret": "{{oauth2_client_secret}}", - "Auth URL": "https://myep.ep-reisen.de/authorize", - "Token URL": "https://myep.ep-reisen.de/token", + "Auth URL": "https://my.ep-reisen.de/authorize", + "Token URL": "https://my.ep-reisen.de/token", "Redirect URL": "https://myep-team.ep-reisen.de/auth/check", "Scope": "email profile" }, @@ -62,8 +62,8 @@ "Grant Type": "Client Credentials", "Client ID": "{{oauth2_api_client_id}}", "Client Secret": "{{oauth2_api_client_secret}}", - "Auth URL": "https://myep.ep-reisen.de/authorize", - "Token URL": "https://myep.ep-reisen.de/token", + "Auth URL": "https://my.ep-reisen.de/authorize", + "Token URL": "https://my.ep-reisen.de/token", "Scope": "api" } }