Does 'remember this device' work with the okta-idx-dotnet sdk?

My website has always used the Okta api for all interactions, including authentication. With the API there is the ability to ‘remember this device’ when using MFA. As we transition to new functionality on our website, we need access and id tokens. We are currently just redirecting our user to the ‘authorize’ endpoint and back to get those, but we thought we would try using the dotnet IDX sdk for our authentication flow so we could get the tokens server side. Which is working out fine. But from what I can tell it does not support the ‘remember this device’ functionality that we currently have on our site using the API.

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