Managing external identities to enable secure access for partners, customers, and other non-employees
Hello Vic Henson,
The error invalid_request: The provided value for the input parameter 'redirect_uri' is not valid means the redirect URI being sent in the sign‑in request does not exactly match any redirect URI configured for the app in Microsoft Entra ID.
How to fix it
- Go to Microsoft Entra ID → App registrations → Your app → Authentication
- Under Redirect URIs, make sure the URI:
- Matches exactly (case‑sensitive)
- Has the same protocol (https/http), domain, path, and no extra slash
- Verify the application (client) ID used in the request is the same app where the redirect URI is registered
- If this is a SPA, ensure the redirect URI is added under Single‑page application, not Web (and vice versa)
- Matches exactly (case‑sensitive)
After updating, save the changes and retry the sign‑in.
https://learn.microsoft.com/en-in/entra/identity-platform/reply-url
https://learn.microsoft.com/en-in/entra/identity-platform/reference-error-codes