Is there any sample that is using Azure AD authentication?
Currently I am having the issue with passing auth token from .asp page that is triggering logon / logoff to wisej.
After losing I am always getting empty context ??
LoginFlow.EnsureLoggedIn();
// After login redirect back here, import Graph token into Wisej session
WisejGraphToken.ImportFromAspNetSession();
Code used is attached and logging is initiated and executed on Azure AD.
Thanx,
D
