Issue description: When using Interactive Token authentication from Office 365 Scope with a Custom application, the following error is thrown when trying to authenticate
Cause: The Redirect URI from Azure App Registration is missing
Resolution:
Go to Azure -> App Registrations -> -> go to the Authentication blade and add the following redirect URI: Type: Mobile and Desktop Application URI: urn:ietf:wg:oauth:2.0:oob This redirect URI is required for all project types (Windows - Legacy, Windows, Cross - Platform) NOTE: If you are developing a Windows or Cross - Platform project, you must also add http://localhost as an URI, using the same steps