cookies - Okta Session hand-over from desktop application to web application -


we have desktop application used upload content web application, both use okta authentication. before uploading, desktop application authenticates user via okta using embedded browser control. later in workflow want open user's default browser he/she can start using web application directly. @ moment user need login second time when default browser opens.

we planned implement mechanism generate one-time key (transferable session token) can passed url parameter when browser opened. our application's own token can achieve need transfer okta session (cookie) , have not found way transfer desktop browser control standalone browser.

what options available achieve this?

edit: acceptable if new session created standalone browser long user identity stays same , user not have provide login details second time.

unfortunately, okta not have way transfer 1 active session describe.

however, if have enough control on organization's environment, simulate behavior. okta organizations use iwa authenticate users, sort of feature "automatically" (provided user's default browser supports active directory). way configure web application "saml idp" , have "transfer session" okta using saml response , okta's inbound saml functionality.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -