@Meriam Middaugh welcome to the Microsoft Q&A community.
The error you're seeing:
AADSTS50011: The redirect URI ... does not match the redirect URIs configured for the application ...
means that the URL Kantime is trying to use to log you in does not match what Microsoft Azure expects for that login process.
What this means:
Kantime is using Microsoft Azure Active Directory (AAD) for authentication. The redirect URI is where Azure sends your browser after you log in. For security reasons, that URI must exactly match what's registered in the Azure app settings.
How to fix it
You cannot fix this on your own unless you're a system admin for Kantime's Azure app configuration.
What you can do:
- Contact Kantime support and give them this exact error message.
- Explain that you're unable to log in due to a redirect URI mismatch.
- Share this key part of the error:
AADSTS50011: The redirect URI 'https://kantimehealth.net/identity/v2/Accounts/ExternalLoginCallback' specified in the request does not match...
They will need to:
- Log in to Azure Portal.
- Go to Azure Active Directory > App registrations > Find the app with ID: 303a43a1-afa2-4add-a63f-a5be1112e132.
- Ensure the redirect URI
https://kantimehealth.net/identity/v2/Accounts/ExternalLoginCallback
is listed under that app’s Authentication settings.
In the meantime
Try clearing your browser cache and cookies and retry.
Or try using a different browser or incognito window. (Sometimes session issues can trigger incorrect redirects.)
Ensure you're logging in from the correct Kantime login portal (e.g., for your organization).
N/B: I have generated the above answer using chatgpt as an AI tool. Also I have validated and updated the AI output.
I hope these helps. Let me know if you have any further questions or need additional assistance.
Also if these answers your query, do click the "Upvote" and click "Accept the answer" of which might be beneficial to other community members reading this thread.