Closed mitchross closed 2 years ago
Hi, thanks for the report. I'll forward this on to the right team to fix.
Internal ref: OKTA-421614
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 .
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.
Im using browser sign in for web
custom sign in for apps
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 .
Are you using react native? Or our java SDK for Android?
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 .
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
The original issue should be fixed now.
Where on iOS it is