Hi
I’m trying to implement Okta login in a iOS App with SwiftUI
I’ve found multiple ways to do this:
Using GitHub - okta/okta-mobile-swift: okta-mobile-swift
Using Auth0 https://www.youtube.com/watch?v=X3L9GLrWQqI&ab_channel=OktaDev
The problem with the first one is that is not adapted to SwiftUI
So I was trying to use the second option but I can’t find the domain
field in the CIAM preprod envionment portal ( the okta admin portal ).
In the video example they are using the Auth0 portal, but I’m a bit confused, is this different to the Okta portal? Can I get the domain field in the Okta portal?
Am I missing something? Any help is appreciated.
Thanks