
DhanarajS.06795 (Customer) asked a question.
Ours is a Cordova application. It only supports iOS devices. So app bundle comprises native iOS code with AngularJS 1.6. Angular will interact with our MBaaS layer. For MBaaS layer we have Kinvey and it facilitates the OKTA integration for now. (Kinvey Mobile Identity Connect). Now we need to move the OKTA configurations to our app bundle. So can you please help us to integrate OKTA to our AngularJS layer?
Note: After Single Sign On we need to retrieve the token from OKTA to manage our session.

Hi Dhanaraj
You can create a native OIDC application in which you set the callback endpoints for signing in to the application and signing out. Once this is done, in the iOS application, you can capture the tokens received and use them to create the local session for the user in the app.
Dragos Gaftoneanu
Developer Support Engineer
Okta Global Customer Care
Thankyou for your reply Dragos. The native application is the iOS application, right? Is that what you are saying?
Our iOS application uses angularjs for the views. So the app package has both iOS and angularjs and there is no other application. Isn't possible to integrate it with the angularjs? If so how can i handle the OKTA screens and the redirection since it is a mobile application?