-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getAccessToken fail, interaction_required/AADSTS160021 #5339
Comments
Hi, thank you for reaching out. In order to debug further, could you please reproduce the issue and collect logs. Steps to collect logs is captured here - https://github.com/OfficeDev/office-js/wiki/Collecting-log-files-for-Outlook-Add%E2%80%90ins-issues and give the access to exextoc. Also, please let us know
|
I will update the issue with logs if I manage to reproduce again. As I said, I don't have a way to consistently reproduce, I was hoping that the error message from the redirect would help shed some light on the problem |
@krzysztof-plutoflume Can you check following:
|
This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins! |
This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue. |
We have noticed occasional failures when trying to obtain an SSO access token.
The call
fails and there's no
errorCode
/errorMessage
on the exception.We can see that internally there's a redirect being performed to
https://outlook.office.com/mail/spaExtSSO.html#error=interaction_required&error_description=AADSTS160021%3a+Application+requested+a+user+session+which+does+not+exist.
Can you provide some more information about this error?
Your Environment
Expected behavior
The access token can be obtained successfully.
Current behavior
The
getAccessToken
call fails with no error message/code, as described above.Steps to reproduce
I don't currently have reliable steps to reproduce this issue.
The text was updated successfully, but these errors were encountered: