A cloud-based identity and access management service for securing user authentication and resource access
Hello @Millicent Kgakane,
If you are still facing the issue, please following the resolution which was provided in below document.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to link my calendar to my website, when I sync to outlook, I get an error to fix my URI on App Registrations, this has been done, but still getting an error
A cloud-based identity and access management service for securing user authentication and resource access
Hello @Millicent Kgakane,
If you are still facing the issue, please following the resolution which was provided in below document.
This just means you have a different value in redirect URIs from https://www.m-tax.co.za/api/auth/callback/azure-ad
This error will show up even if there is a small typo in the redirect URI. Please share a screenshot of the current redirect uri section. Compare whats configured closely with https://www.m-tax.co.za/api/auth/callback/azure-ad
Hello Millicent Kgakane,
This error (AADSTS50011) occurs when the redirect URI sent by your app doesn’t match what’s configured in Entra ID.
Your request is using:
https://www.m-tax.co.za/api/auth/callback/azure-ad
Please check:
http vs https, www, or a trailing /)If you're using a framework (e.g., NextAuth), verify the base URL matches the same domain (https://www.m-tax.co.za), otherwise a different redirect URI may be generated.
If the issue continues, check the redirect_uri in the browser’s Network tab (/authorize request) and compare it with what’s configured.
Once both values are identical, the sign-in should work.
Please share more details on your current scenario like the code that you are using, which authentication flow you used and in what type of platform redirect URI is added. If possible, please share Portal images here to understand this better.