Search code examples
iosokta

Custom Okta registration UI


I'm integrating Okta into an iOS app and I need to create a custom new user registration UI. I can't seem to find anything on this in the documentation but this must be a common use case.

Is there an SDK available to help with this (similar to login) or will I have to hit the APIs manually?


Solution

  • Hitting this endpoint manually is the solution. Just make sure you're providing an API token, not a user token.