wrobins / cordova-plugin-msal

Use the newest Microsoft MSAL library in your Cordova-based project!
Apache License 2.0
23 stars 63 forks source link

How to specify the reply URL? #58

Closed laughinglion closed 3 years ago

laughinglion commented 3 years ago

Good day, The reply URL specified in the request does not match the reply URLs configured for the application: 'xxxxx' How do I supply it or what do I set in the Azure portal?

fosterbuster commented 3 years ago

If its android, ensure that you have configured your key-hash properly, add it as android and use your package name + your hash

laughinglion commented 3 years ago

Thank you for response and a great plugin, I have configured it correctly now and all is working.