Legacy Dev Forum Posts

 View Only

Sign Up

Authenticated Messaging cookie refresh

  • 1.  Authenticated Messaging cookie refresh

    Posted 06-05-2025 18:38

    Anton_Vroon | 2024-08-27 22:33:55 UTC | #1

    Question around authenticated web messaging,

    When the access token is renewed does it also refresh the session cookie with the authentication provider? Does it reset the idle time? How does that refresh actually play out?


    vpirat | 2024-08-28 13:01:42 UTC | #2

    Hi,

    The answer to all your questions is likely no, but this probably depends on the authentication provider. No user session is initiated as part of the OpenID protocol. Session management is most of the time specific to authentication providers. We don't handle cookies either as our service is server side. Refresh allows to retrieve a new Access Token and potentially a new refresh token if rotation is enabled. There is no further action.

    Regards, V.P.


    system | 2024-09-27 13:02:11 UTC | #3

    This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 28751