
User16660261248999665974 (Customer) asked a question.
We have a cordova mobile app (not ionic cordova) and have a requirement on integrating with okta oidc ,while authenticating we can able to redirect from app to okta sign in page but after the authentication we can't able to reach the app again where we are facing issues(
IAB.close() called but it was already closed.
Failed to load webpage with error: You do not have permission to access the requested resource.
), so is there any proper document on integrating cordova ios mobile app with okta oidc?

Hi! I do not personally have a direct link that walks through that, but I am going to provide some resources below that might help.
Add User Authentication to your iOS App
Considering you are integrating an iOS app, this may be a good place to start to familiarize yourself with what this entails. For sure, integrating anything that is custom is more complex that something from the OIN, particularly when app development is involved. I would definitely discuss this with the development team, as there are things they will need to do on their end to make this work successfully. Typically you would be providing certain information from the Okta application, and if API access management is in use, information from that as well.
My recommendation is to speak with them to determine what has been done and go from there. If you could provide any resources on what template you might be working from or how you are using Cordova that might help too. I hope this helps at least some, please reach out if you have any questions! Thanks!
Hi,@DonF.81354 (Customer) Thanks for your response
We are using cordova+phonegap and its supports for ios mobiles ,moreover its javascript framework, so i am searching on is there any document support on our integration and so we found a document which is related to cordova ionic not cordova ,so we likely to get some clarification over that.Can we able to perform okta oidc or saml authentication over cordova+phonegap application?.
Thank You
@User16660261248999665974 (Customer) could you check the document?
https://developer.okta.com/blog/2017/08/22/build-an-ionic-app-with-user-authentication
You might’ve heard of PhoneGap - this is Adobe’s commercial version of Cordova.
Cordova and PhoneGap allow you to target multiple platforms (e.g. Android and iOS) with one codebase. it seesm talk phonegap in this document.