You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
SDK does not currently allow to pass device token and device fingerprint from app that references this SDK.
To Reproduce
Invoking OktaAuthSdk.authenticate(...), there are no parameters for deviceToken and deviceFingerprint. For "global sign-on policy - prompt for MFA once per device" support, there is no way to specify the device token in this SDK. While the web counterpart is working as expected, prompting users only on a new device/browser, iOS users have to complete MFA on every sign-in.
Expected behavior
In order to support a global sign-on policy that triggers MFA for a new device, the deviceToken has to be established for a user.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
Any iOS device as this is missing functionality.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi @efeluke! Sorry to be contacting you in this way, but I saw the issue you opened with Okta a while ago: (okta#105) - regarding this very subject matter.
I was wondering if you have any suggestions in terms of how you are handling this situation. We have to support a global sign-on policy for all our applications, and web as well as Android seem to be supported (Android only by chance...), when iOS is not.
I would greatly appreciate any comment!
Describe the bug
SDK does not currently allow to pass device token and device fingerprint from app that references this SDK.
To Reproduce
Invoking OktaAuthSdk.authenticate(...), there are no parameters for deviceToken and deviceFingerprint. For "global sign-on policy - prompt for MFA once per device" support, there is no way to specify the device token in this SDK. While the web counterpart is working as expected, prompting users only on a new device/browser, iOS users have to complete MFA on every sign-in.
Expected behavior
In order to support a global sign-on policy that triggers MFA for a new device, the deviceToken has to be established for a user.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
Any iOS device as this is missing functionality.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: