kinvey loginwithMIC method does not open webview in mobile

112 Views Asked by At

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

enter image description here

1

There are 1 best solutions below

0
On

You can use the following to test out the Kinvey MIC behavior on a NativeScript Application.

Please make sure to:

  1. Open package.json from inside the src folder and set your Application ID and Application Secret.
  2. Open the Login component's TypeScript controller and set your MIC identifier.
  3. Open the MIC Service settings from the Kinvey Console and set myscheme:// as a redirect URI.