Hi @DisruptX • Thank you for reaching out.
The error AADSTS50011
occurs when the reply URL in the request doesn't match with the redirect URI (reply url) registered in the application. To resolve the issue, you need to:
- Navigate to Azure Portal > Azure AD > Application Registrations
- Search for the application with ID 121ece19-59bf-47a9-98da-4dc628a1e692
- In the application, click on the Authentication blade and make sure the reply URL matches with
https://disrupt-x.io/wp-admin/
including the trailing slash/
.
Once this is confirmed, make an authentication request using postman again and you should no longer encounter the AADSTS50011
error.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.