diff --git a/docs/integration/sql-mobile-connect/use-in-web-view.md b/docs/integration/sql-mobile-connect/use-in-web-view.md new file mode 100644 index 00000000..2ec329a4 --- /dev/null +++ b/docs/integration/sql-mobile-connect/use-in-web-view.md @@ -0,0 +1,44 @@ +--- +sidebar_position: 3 +id: open-in-browser +title: Open In Browser +description: A guide to use SQL Mobile Connect in browser +slug: /sql-mobile-connect/open-in-browser +tags: ["SQL Account", "SQL Mobile Connect", "Open in Browser"] +--- + +1. Go to **Tools | Maintain User…** + + ![1](../../../static/img/sql-mobile-connect/use-in-web-view/1.png) + +2. Select the desired **User** under **Maintain User**. + + :::info REQUIRED + Make sure the user has registered the **passkey** before proceeding to the next step + ::: + + ![2](../../../static/img/sql-mobile-connect/use-in-web-view/2a.png) + + Then, select the `Passkey` and click on the global icon + + ![3](../../../static/img/sql-mobile-connect/use-in-web-view/2b.png) + +3. Click this icon to copy the link and paste it into your browser. + + ![4](../../../static/img/sql-mobile-connect/use-in-web-view/3.png) + +4. Click `Log on with QR Code`, then scan the QR code. + + ![5](../../../static/img/sql-mobile-connect/use-in-web-view/4.png) + + :::info REQUIRED + Make sure to use the device that registered the passkey for this user to scan the QR code. + ::: + +5. Proceed by opening it in the browser on your device. Next, select `Authenticate` and approve the access. + + ![6](../../../static/img/sql-mobile-connect/use-in-web-view/5.png) + +6. You can now use Mobile Connect in Web View. + + ![7](../../../static/img/sql-mobile-connect/use-in-web-view/6.png) \ No newline at end of file diff --git a/static/img/sql-mobile-connect/use-in-web-view/1.png b/static/img/sql-mobile-connect/use-in-web-view/1.png new file mode 100644 index 00000000..cd1f8f81 Binary files /dev/null and b/static/img/sql-mobile-connect/use-in-web-view/1.png differ diff --git a/static/img/sql-mobile-connect/use-in-web-view/2a.png b/static/img/sql-mobile-connect/use-in-web-view/2a.png new file mode 100644 index 00000000..00e775d7 Binary files /dev/null and b/static/img/sql-mobile-connect/use-in-web-view/2a.png differ diff --git a/static/img/sql-mobile-connect/use-in-web-view/2b.png b/static/img/sql-mobile-connect/use-in-web-view/2b.png new file mode 100644 index 00000000..33ac25f0 Binary files /dev/null and b/static/img/sql-mobile-connect/use-in-web-view/2b.png differ diff --git a/static/img/sql-mobile-connect/use-in-web-view/3.png b/static/img/sql-mobile-connect/use-in-web-view/3.png new file mode 100644 index 00000000..b91d3a8d Binary files /dev/null and b/static/img/sql-mobile-connect/use-in-web-view/3.png differ diff --git a/static/img/sql-mobile-connect/use-in-web-view/4.png b/static/img/sql-mobile-connect/use-in-web-view/4.png new file mode 100644 index 00000000..ebbe7bdb Binary files /dev/null and b/static/img/sql-mobile-connect/use-in-web-view/4.png differ diff --git a/static/img/sql-mobile-connect/use-in-web-view/5.png b/static/img/sql-mobile-connect/use-in-web-view/5.png new file mode 100644 index 00000000..4e3017aa Binary files /dev/null and b/static/img/sql-mobile-connect/use-in-web-view/5.png differ diff --git a/static/img/sql-mobile-connect/use-in-web-view/6.png b/static/img/sql-mobile-connect/use-in-web-view/6.png new file mode 100644 index 00000000..322b51ad Binary files /dev/null and b/static/img/sql-mobile-connect/use-in-web-view/6.png differ