I have setup a custom endpoint, and the authenticate method seems to be working fine (although I had to pass true for the force parameter), but once the auth process is done, and this line runs in the dialog:
var isAuthDialog = OfficeHelpers.Authenticator.isAuthDialog();
It returns false, and the dialog doesn't end up closing.
I have verified my AppDomain matches the location of the dialog.
I have setup a custom endpoint, and the authenticate method seems to be working fine (although I had to pass true for the force parameter), but once the auth process is done, and this line runs in the dialog:
var isAuthDialog = OfficeHelpers.Authenticator.isAuthDialog();
It returns false, and the dialog doesn't end up closing. I have verified my AppDomain matches the location of the dialog.