okta / okta-mobile-kotlin

Okta's Android Authentication SDK
https://okta.github.io/okta-mobile-kotlin/
Apache License 2.0
33 stars 11 forks source link

How to handle MFA using DirectAuthFlow? #290

Open Livinglist opened 6 months ago

Livinglist commented 6 months ago

Describe the feature request?

Hi, since there’s an issue with the redirect on Android, we are planning to implement the login flow using mobile UI instead of using sign-in widget. Does the SDK currently support handling MFA using DirectAuthFlow?

swift counterpart on iOS: https://okta.github.io/okta-mobile-swift/development/oktadirectauth/documentation/oktadirectauth/

New or Affected Resource(s)

N/A

Provide a documentation link

No response

Additional Information?

No response

rajdeepnanua-okta commented 6 months ago

Hi @Livinglist, DirectAuthFlow isn't implemented in kotlin SDK for now. If you are looking into native login on Android, currently the only way is using https://github.com/okta/okta-idx-android We are aware of this feature gap in Kotlin SDK at the moment, and we will assess when we want to work on it and release it internally.