We are working on the SSO using kinvey MIC with SAML redirect. For web application we are able to achieve the result as expected. But when we use same configuration in the mobile it is not reaching the our Single Sign On Page. When I debug the webview is not refreshing the the auth url
kinvey loginwithMIC method does not open webview in mobile
121 views Asked by Ashok Kumar At
1

You can use the following to test out the Kinvey MIC behavior on a NativeScript Application.
Please make sure to:
package.jsonfrom inside thesrcfolder and set your Application ID and Application Secret.Logincomponent's TypeScript controller and set your MIC identifier.myscheme://as a redirect URI.