AADSTS650051: Invalid domain name in the request url. When trying to Login to Web App using Azure AD integration
Getting AADSTS650051: Invalid domain name in the request url as response after giving the credentials
Service : Azure AD
Tenant : Single Tenant Id
We have created MSAL4j servlet application for integrating with Azure AD, created a APP in tenant got the details of client Id , tenant Id , Client secret value from the registered App and even configured redirect URI for the APP in Azure AD.
After giving the UserName and Password I am being redirected to page with message "AADSTS650051: Invalid domain name in the request url." instead of redirect URI, Please let me know if am doing anything wrong or if any configuration is missing