You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What sample tool are you using?
SharePointSSOComponent
Describe the bug
When I install it on site, it works. But, after some period of time (e.g one day), it stops working and the bot it keeps loading. The code error is 400 bad request, see attachments. it says that it recieves bad request on oauth2/v2.0/token endpoint. The important note is that If I uninstal the app from the site contents and install it again, then it works again. After one day it stops working again. It is like something expires every x ammount of time.
To Reproduce
Steps to reproduce the behavior:
install the component
see that it works.
sign in again after 1-2 days
see that it does not work.
Expected behavior
The expected behavior is to work every day.
Screenshots
The text was updated successfully, but these errors were encountered:
We are experiencing this same issue, too. I'm finding errors in my browser's dev tools that implies issues with the token refresh:
{
. . .
"error": "invalid_grant",
"error_description": "AADSTS700084: The refresh token was issued to a single page app (SPA), and therefore has a fixed, limited lifetime of 1.00:00:00, which cannot be extended. It is now expired and a new sign in request must be sent by the SPA to the sign in page. The token was issued on 2024-11-25T20:40:34.5692496Z. Trace ID: 19bdd956-797a-4ef2-b899-xxxxxxxxxxxx Correlation ID: 46f4f41c-6b0f-413c-9953-xxxxxxxxxxxxx Timestamp: 2024-12-02 20:11:03Z",
"error_codes": [
700084
],
. . .
}
What sample tool are you using?
SharePointSSOComponent
Describe the bug
When I install it on site, it works. But, after some period of time (e.g one day), it stops working and the bot it keeps loading. The code error is 400 bad request, see attachments. it says that it recieves bad request on oauth2/v2.0/token endpoint. The important note is that If I uninstal the app from the site contents and install it again, then it works again. After one day it stops working again. It is like something expires every x ammount of time.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expected behavior is to work every day.
Screenshots
The text was updated successfully, but these errors were encountered: