Вот фрагмент файла Manifest.xml:
Код: Выделить всё
Код: Выделить всё
Код: Выделить всё
using Microsoft.Identity.Client;
namespace Project.Platforms.Android
{
[Activity(NoHistory = true, LaunchMode = LaunchMode.SingleTop, Exported = true)]
[IntentFilter(new[] { Intent.ActionView },
Categories = new[] { Intent.CategoryBrowsable, Intent.CategoryDefault },
DataHost = "auth",
DataScheme = $"msal")]
public class MsalActivity : BrowserTabActivity
{
}
}
Подробнее здесь: https://stackoverflow.com/questions/781 ... id-14-msal