Legacy Dev Forum Posts

 View Only

Sign Up

Authenticate Web Message stores the local storage

  • 1.  Authenticate Web Message stores the local storage

    Posted 06-05-2025 18:36

    Rathi_Lavanya | 2022-12-23 06:09:47 UTC | #1

    I have tried with the Unauthenticated web messenger by the time local storage is created.

    Will the Authenticate Web Messenger stores the local storage, if we implement via OpenID connect?


    Angelo_Cicchitto | 2023-01-12 21:21:57 UTC | #2

    Hello @Rathi_Lavanya Local storage is hosting only the unique identifier of the user on that particular browser. When Authenticated Web Messaging is used, the system will rely on a different unique identifier, which is typically retrieved by our backend integration into 3rd party Auth Service: this is is known as sub claim in OpenID Connect world. This sub claim is unique to each user, and is not exposed to client (Messenger) and not stored in Local Storage: it can only be retrieved in backend or via Architect Flow built-in variables for Authentication.


    system | 2023-02-11 21:22:43 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: 17752