Fix redirect url for azure secrets

This commit is contained in:
carlosmonastyrski
2025-04-22 15:44:21 -03:00
parent 6ce1c4e19e
commit ce7798c48b
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ Infisical currently only supports one method for connecting to Azure, which is O
![Azure client secrets](/images/integrations/azure-app-configuration/config-aad.png)
![Azure client secrets](/images/integrations/azure-app-configuration/config-new-app.png)
Create the application. As part of the form, set the **Redirect URI** to `https://your-domain.com/organization/app-connections/azure/oauth/callback`.
Create the application. As part of the form, set the **Redirect URI** to `https://your-domain.com/organization/app-connections/azure-client-secrets/oauth/callback`.
<Tip>
The domain you defined in the Redirect URI should be equivalent to the `SITE_URL` configured in your Infisical instance.
</Tip>