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

Allow setting DeviceContext per interaction #326

Closed
bdemers opened this issue Apr 18, 2022 · 2 comments
Closed

Allow setting DeviceContext per interaction #326

bdemers opened this issue Apr 18, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@bdemers
Copy link
Contributor

bdemers commented Apr 18, 2022

For a web application that is using a single instance of IDXAuthenticationWrapper the DeviceContext will be different for each client (different IP X-Forwarded-For and User-Agent)

This context information would need to be known at the start of a new IDX transaction, e.g. something like:

idxAuthenticationWrapper.begin(deviceContext)

Without this, Okta Verify and email factors do NOT show the user's location/user agent.

@bdemers bdemers changed the title Allow setting DeviceContext per client Allow setting DeviceContext per interaction Apr 19, 2022
@arvindkrishnakumar-okta
Copy link
Contributor

Internal Ref: OKTA-491211

@arvindkrishnakumar-okta arvindkrishnakumar-okta added the enhancement New feature or request label May 2, 2022
@arvindkrishnakumar-okta
Copy link
Contributor

Fixed in #329

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