<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00008C33T5SAJOkta Classic EngineOkta Integration NetworkAnswered2020-04-15T01:30:10.000Z2020-04-07T04:24:10.000Z2020-04-15T01:30:10.000Z

DhanarajS.06795 (Customer) asked a question.

Need help on integrating OKTA with OpenID Connect in a AngularJS 1.6 Mobile Application

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

    Expand Post
    • DhanarajS.06795 (Customer)

      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?

      Expand Post
This question is closed.
Loading
Need help on integrating OKTA with OpenID Connect in a AngularJS 1.6 Mobile Application