Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When accessing a second app in a webview for a token exchange flow, how to pass the ID token and device secret? #230

Open
MeghaR2408 opened this issue Oct 27, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@MeghaR2408
Copy link

Describe the feature request?

Hello, I used this sample code to implement the Token Exchange flow, and it's working fine. I can use SSO to log into one app (a mobile app) and another (a web app). Both of my applications are native ones on Okta. The token exchange flow isn't working when I open a second app, a web app in Web View, and I'm not already logged in. In order for me to be logged into the second app when I access app 1 from app 2, how can I pass ID token and device secret?

New or Affected Resource(s)

Token exchange Flow

Provide a documentation link

No response

Additional Information?

No response

@MeghaR2408 MeghaR2408 added the enhancement New feature or request label Oct 27, 2022
@mikenachbaur-okta
Copy link
Contributor

Hi @MeghaR2408, my apologies for the late reply.

The okta-mobile-kotlin and okta-mobile-swift SDKs do not supply any built-in patterns or mechanisms for sharing the device secret with other applications, since this is very dependent on the individual application itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants