JasonSowers / AADv2Sample-Workarounds

Shows a number of workarounds for specific channels when using the AADv2 sample
1 stars 1 forks source link

Magic number doesn't authenticate user #2

Closed ruisilva450 closed 6 years ago

ruisilva450 commented 6 years ago

Hi, I'm trying to use your workarounds to bypass MsTeams "limitations" but using your code I get: tokenResponse = await context.GetUserTokenAsync(_connectionName, verificationCode); but this doesn't generate a tokenResponse and therefore I can't really login.

ruisilva450 commented 6 years ago

I just used the default CreateGetTokenDialog() instead of CreateSignInDialog() and used the CustomCode code as workaround. Thank you