From 502281e21936733d214567b1a09a6ef0756922c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 23 Mar 2026 11:50:40 +0100 Subject: [PATCH] chore: add staging to http client environments --- http-client.env.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/http-client.env.json b/http-client.env.json index 50a7b99..accf880 100644 --- a/http-client.env.json +++ b/http-client.env.json @@ -34,6 +34,41 @@ } } }, + "staging": { + "Security": { + "Auth": { + "oauth2_email": { + "Type": "OAuth2", + "Grant Type": "Authorization Code", + "Client ID": "{{oauth2_client_id}}", + "Client Secret": "{{oauth2_client_secret}}", + "Auth URL": "https://my.ep-reisen.net/authorize", + "Token URL": "https://my.ep-reisen.net/token", + "Redirect URL": "https://myep-team.ep-reisen.de/auth/check", + "Scope": "email" + }, + "oauth2_profile": { + "Type": "OAuth2", + "Grant Type": "Authorization Code", + "Client ID": "{{oauth2_client_id}}", + "Client Secret": "{{oauth2_client_secret}}", + "Auth URL": "https://my.ep-reisen.net/authorize", + "Token URL": "https://my.ep-reisen.net/token", + "Redirect URL": "https://myep-team.ep-reisen.de/auth/check", + "Scope": "email profile" + }, + "oauth2_api": { + "Type": "OAuth2", + "Grant Type": "Client Credentials", + "Client ID": "{{oauth2_api_client_id}}", + "Client Secret": "{{oauth2_api_client_secret}}", + "Auth URL": "https://my.ep-reisen.net/authorize", + "Token URL": "https://my.ep-reisen.net/token", + "Scope": "api" + } + } + } + }, "prod": { "Security": { "Auth": {