microsoft loginproblem

Ali Shavaiz 1 Reputation point
2022-06-13T13:18:06.527+00:00

I am using Microsoft authentication to authenticate my portal user, I integrate Microsoft authentication with my Django project and I successfully redirect my user to Microsoft login screen but when I enter user credentials it appears
( 'http://localhost:8000/microsoft_authentication/callback' specified in the request does not match Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this. ) error .
I follow the solution provided by Microsoft by adding this ( http://localhost:8000/microsoft_authentication/callback ) URL in my azure application but it does not work so can you please tell me that how can I fix this issue.

Microsoft Security | Microsoft Authenticator
Microsoft Security | Microsoft Graph
Microsoft Security | Microsoft Sentinel
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. 2022-06-15T00:42:56.64+00:00

    I follow the solution provided by Microsoft by adding this ( http://localhost:8000/microsoft_authentication/callback ) URL in my azure application but it does not work so can you please tell me that how can I fix this issue.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.