Needing help with auth end page #213
Unanswered
BustosAndrew
asked this question in
Q&A
Replies: 1 comment
-
Hi @BustosAndrew - it was some time since I used the silent sso approach and it's hard to get all the details with this limited set of code. Usually Teams shows some more errors in the browser developer console for these scenarios. Anything there? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is this too simple for me to be notifying success? This is in the end page html by the way. I ensured it's on the same domain as the start page of the oauth process.
Even after the user completes the sign in process, and thus giving my code the access code, I'm still getting the failureCallback triggered in the authenticate function. It always logs as cancelled by user even though notifySuccess successfully closes the pop up on its own. Any ideas on what I could be doing wrong? Thank you.
This is the teams tab page calling authenticate. Should I be returning a promise object anywhere?
Beta Was this translation helpful? Give feedback.
All reactions