Merge pull request #3275 from Infisical/fix/universalAuthDocApiUrlImprovement

Universal Auth doc improvement to show US/EU API URLs
This commit is contained in:
carlosmonastyrski
2025-03-19 11:10:23 -03:00
committed by GitHub

View File

@@ -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.
<Tip>
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`
</Tip>
#### Sample request
```bash Request