okta / samples-android

samples-android
https://github.com/okta/samples-android
Apache License 2.0
37 stars 52 forks source link

Sample App Download From Admin Page Not Pre-Populating Configs #68

Closed mitchross closed 2 years ago

mitchross commented 3 years ago

image image

Where on iOS it is image

JayNewstrom commented 3 years ago

Hi, thanks for the report. I'll forward this on to the right team to fix.

JayNewstrom commented 3 years ago

Internal ref: OKTA-421614

mitchross commented 3 years ago

Is there a sample native app or react app that has create account flow?

Ive gotten the setup working for login on ios,android,react.... but now if I want to create an account?

On Thu, Aug 19, 2021 at 5:16 PM Jay Newstrom @.***> wrote:

Internal ref: OKTA-421614

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/okta/samples-android/issues/68#issuecomment-902253655, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQJRCQAYAUJKDP5UDHZH2LT5VYERANCNFSM5CO5CATA .

JayNewstrom commented 3 years ago

Which flow are you using? In our samples we typically differentiate by browser vs custom sign in.

The browser based flow should "just work" given your policy is setup. For custom sign in, you'll need to look at the associated SDKs. I'd be happy to point you in the right direction with a little more context.

mitchross commented 3 years ago

Im using browser sign in for web

custom sign in for apps

  1. Im looking for how to set up create account for a react app. Ie sign or sign up. I followed this guide... https://developer.okta.com/blog/2020/01/13/kotlin-react-crud ... now Id like to see a setup/sample app for create an account.
  2. For native apps, I'm using custom sign in ... is there a sample app that has sign UP ?

On Wed, Aug 25, 2021 at 4:12 PM Jay Newstrom @.***> wrote:

Which flow are you using? In our samples we typically differentiate by browser vs custom sign in.

The browser based flow should "just work" given your policy is setup. For custom sign in, you'll need to look at the associated SDKs. I'd be happy to point you in the right direction with a little more context.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/okta/samples-android/issues/68#issuecomment-905840780, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQJRCS7LSVC3X2TWUMVK7DT6VFDRANCNFSM5CO5CATA .

JayNewstrom commented 3 years ago

Are you using react native? Or our java SDK for Android?

mitchross commented 3 years ago

native ios and native android for apps

react for web

On Wed, Aug 25, 2021 at 4:42 PM Jay Newstrom @.***> wrote:

Are you using react native? Or our java SDK for Android?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/okta/samples-android/issues/68#issuecomment-905859157, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQJRCROO4HVRJ26XLRFU6TT6VITDANCNFSM5CO5CATA .

JayNewstrom commented 3 years ago

We don't offer client side SDKs for this. You have a couple of options to do this.

Call the APIs directly: https://developer.okta.com/docs/reference/api/users/#create-user Use our management SDKs. For instance, here is our java management sdk: https://github.com/okta/okta-sdk-java

JayNewstrom commented 2 years ago

The original issue should be fixed now.