Describe the feature request?
am currently working on integrating Okta authentication into our company application. After reviewing the dynamic app example provided in the Okta IDX Android GitHub repository, I noticed that it displays its own login screens for user authentication.
However, I would like to retain our existing login screen and implement Okta authentication in the background. My goal is to allow users to enter their username and password on our custom UI while still leveraging Okta’s authentication services.
Could you please provide guidance on how to achieve this?
New or Affected Resource(s)
Android Application Developers
Provide a documentation link
No response
Additional Information?
Specifically, I’m looking for insights on:
How to bypass the default login screens provided by the Okta SDK.
How to programmatically authenticate users using Okta with the credentials collected from our custom login screen.
Describe the feature request?
am currently working on integrating Okta authentication into our company application. After reviewing the dynamic app example provided in the Okta IDX Android GitHub repository, I noticed that it displays its own login screens for user authentication.
However, I would like to retain our existing login screen and implement Okta authentication in the background. My goal is to allow users to enter their username and password on our custom UI while still leveraging Okta’s authentication services.
Could you please provide guidance on how to achieve this?
New or Affected Resource(s)
Android Application Developers
Provide a documentation link
No response
Additional Information?
Specifically, I’m looking for insights on:
How to bypass the default login screens provided by the Okta SDK.
How to programmatically authenticate users using Okta with the credentials collected from our custom login screen.