While using loginRedirect()
or acquireTokenRedirect()
, I am getting the following error:
redirect_uri_mismatch:AADB2C90006%3a The redirect URI 'http%3a%2f%2flocalhost%3a4200%2fsubscription' provided in the request is not registered for the client id 'blah-blah-blah'. Correlation ID%3a 29978079-45a7-4f85-a9bf-4cde9d3adc84 Timestamp%3a 2017-09-29 05%3a32%3a22Z
Note: The client ID is the same that I am using in my tenant config as well as what is configured in Azure.
Please let me know why I am getting a redirect_uri_mismatch
error every time and what the code redirect_uri_mismatch
AADB2C90006
means. If you have a reference, please share a link.