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 Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,554 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,692 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
989 questions
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