GC Desktop application with localStorage

This is sort of a follow-up on this topic, but is in relation to the Genesys Cloud Desktop application: How to use pop-up OAuth for a Client Application? X-Frame-Options = 'deny

Because the client uses Microsoft as their SSO provider, I have created a process to pop the login window to a new tab/window and get the token that way and store it in localStorage. This is working wonderfully in the browser however the client also uses desktop app for screen recording.

For those users when it opens the login window it does so within their default browser, so the desktop app chromium instance cannot see the localStorage. Does anyone have any ideas on this or does this effectively mean you cannot embed Microsoft authenticated items inside of the desktop app due to the x-frame-options DENY header?

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