Problem with Android / Kotlin authentication

Hello there :slight_smile:

I got a working java android app using OIDC to authenticate user, which I’d like to migrate to Kotlin/Compose with the help of the okta-mobile-kotlin SDK (https://github.com/okta/okta-mobile-kotlin).

The things are :

  • if a use webAuthentication, the browser does not launch, the app is frozen, nothing in the logcat …
  • if I use Device Flow, I got an OAuth2ClientResult.Error stating “OIDC Endpoints not available”

What did I miss ? :thinking: