chore: update httpclient config
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
"Grant Type": "Authorization Code",
|
"Grant Type": "Authorization Code",
|
||||||
"Client ID": "{{oauth2_client_id}}",
|
"Client ID": "{{oauth2_client_id}}",
|
||||||
"Client Secret": "{{oauth2_client_secret}}",
|
"Client Secret": "{{oauth2_client_secret}}",
|
||||||
"Auth URL": "https://myep-next-booking.ddev.site/authorize",
|
"Auth URL": "https://myep-next.ddev.site/authorize",
|
||||||
"Token URL": "https://myep-next-booking.ddev.site/token",
|
"Token URL": "https://myep-next.ddev.site/token",
|
||||||
"Redirect URL": "https://myep-team.ddev.site/auth/check",
|
"Redirect URL": "https://myep-team.ddev.site/auth/check",
|
||||||
"Scope": "email"
|
"Scope": "email"
|
||||||
},
|
},
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
"Grant Type": "Authorization Code",
|
"Grant Type": "Authorization Code",
|
||||||
"Client ID": "{{oauth2_client_id}}",
|
"Client ID": "{{oauth2_client_id}}",
|
||||||
"Client Secret": "{{oauth2_client_secret}}",
|
"Client Secret": "{{oauth2_client_secret}}",
|
||||||
"Auth URL": "https://myep-next-booking.ddev.site/authorize",
|
"Auth URL": "https://myep-next.ddev.site/authorize",
|
||||||
"Token URL": "https://myep-next-booking.ddev.site/token",
|
"Token URL": "https://myep-next.ddev.site/token",
|
||||||
"Redirect URL": "https://myep-team.ddev.site/auth/check",
|
"Redirect URL": "https://myep-team.ddev.site/auth/check",
|
||||||
"Scope": "email profile"
|
"Scope": "email profile"
|
||||||
},
|
},
|
||||||
@@ -27,8 +27,8 @@
|
|||||||
"Grant Type": "Client Credentials",
|
"Grant Type": "Client Credentials",
|
||||||
"Client ID": "{{oauth2_api_client_id}}",
|
"Client ID": "{{oauth2_api_client_id}}",
|
||||||
"Client Secret": "{{oauth2_api_client_secret}}",
|
"Client Secret": "{{oauth2_api_client_secret}}",
|
||||||
"Auth URL": "https://myep-next-booking.ddev.site/authorize",
|
"Auth URL": "https://myep-next.ddev.site/authorize",
|
||||||
"Token URL": "https://myep-next-booking.ddev.site/token",
|
"Token URL": "https://myep-next.ddev.site/token",
|
||||||
"Scope": "api"
|
"Scope": "api"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user