From eed7cc6408bb3ff9337fa6aaa1cd1abf0ee67421 Mon Sep 17 00:00:00 2001 From: carlosmonastyrski Date: Wed, 19 Mar 2025 10:49:33 -0300 Subject: [PATCH] Add tip to universal auth doc to show US/EU API URLs --- docs/documentation/platform/identities/universal-auth.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/documentation/platform/identities/universal-auth.mdx b/docs/documentation/platform/identities/universal-auth.mdx index 597978093..4d66e30b4 100644 --- a/docs/documentation/platform/identities/universal-auth.mdx +++ b/docs/documentation/platform/identities/universal-auth.mdx @@ -114,6 +114,13 @@ using the Universal Auth authentication method. that is to exchange the **Client ID** and **Client Secret** of the identity for an access token by making a request to the `/api/v1/auth/universal-auth/login` endpoint. + + Choose the correct base URL based on your region: + + - For Infisical Cloud US users: `https://app.infisical.com` + - For Infisical Cloud EU users: `https://eu.infisical.com` + + #### Sample request ```bash Request